Site-Shot for Zed
io.github.site-shot/site-shot-mcp
Website screenshots for AI agents: full-page, country proxies, ad & cookie-banner removal
client:Zed
transport:stdio
runtime:npm
Install Site-Shot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"site-shot-mcp": {
"command": "npx",
"args": [
"-y",
"site-shot-mcp"
],
"env": {
"SITESHOT_API_KEY": "<SITESHOT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs