Site-Shot for VS Code
io.github.site-shot/site-shot-mcp
Website screenshots for AI agents: full-page, country proxies, ad & cookie-banner removal
client:VS Code
transport:stdio
runtime:npm
Install Site-Shot in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "siteshot-api-key",
"description": "SITESHOT_API_KEY",
"password": true
}
],
"servers": {
"site-shot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"site-shot-mcp"
],
"env": {
"SITESHOT_API_KEY": "${input:siteshot-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs