Skip to content
Cursor

shotbot mcp for Cursor

net.shotbot/shotbot-mcp

Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.

client:Cursor transport:stdio runtime:npm

Install shotbot mcp 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": {
    "shotbot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shotbot-mcp"
      ],
      "env": {
        "SHOTBOT_API_KEY": "<SHOTBOT_API_KEY>"
      }
    }
  }
}

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

shotbot mcp in other clients