Skip to content
Cursor

Shotpipe — Screenshots & OG Images for Cursor

io.github.podop29/shotpipe-mcp

Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run.

client:Cursor transport:stdio runtime:npm

Install Shotpipe — Screenshots & OG Images in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "shotpipe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shotpipe-mcp"
      ],
      "env": {
        "SHOTPIPE_KEY": "<SHOTPIPE_KEY>",
        "SHOTPIPE_SECRET": "<SHOTPIPE_SECRET>",
        "SHOTPIPE_BASE_URL": "<SHOTPIPE_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Shotpipe — Screenshots & OG Images in other clients