Shotpipe — Screenshots & OG Images for Zed
io.github.podop29/shotpipe-mcp
Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run.
client:Zed
transport:stdio
runtime:npm
Install Shotpipe — Screenshots & OG Images in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shotpipe-mcp": {
"command": "npx",
"args": [
"-y",
"shotpipe-mcp"
],
"env": {
"SHOTPIPE_KEY": "<SHOTPIPE_KEY>",
"SHOTPIPE_SECRET": "<SHOTPIPE_SECRET>",
"SHOTPIPE_BASE_URL": "<SHOTPIPE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs