Skip to content
Cursor

Site-Shot for Cursor

io.github.site-shot/site-shot-mcp

Website screenshots for AI agents: full-page, country proxies, ad & cookie-banner removal

client:Cursor transport:stdio runtime:npm

Install Site-Shot 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": {
    "site-shot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "site-shot-mcp"
      ],
      "env": {
        "SITESHOT_API_KEY": "<SITESHOT_API_KEY>"
      }
    }
  }
}

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

Site-Shot in other clients