Official Site-Shot MCP server — let Claude, Cursor, and other AI agents capture website screenshots: full-page, ad & cookie-banner removal, device emulation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"site-shot-mcp": {
"command": "npx",
"args": [
"-y",
"site-shot/site-shot-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add site-shot-mcp npx -y site-shot/site-shot-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"site-shot-mcp": {
"command": "npx",
"args": [
"-y",
"site-shot/site-shot-mcp"
]
}
}
}
📋 Copy