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
{
"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