Shotpipe — Screenshots & OG Images for Gemini CLI
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:Gemini CLI
transport:stdio
runtime:npm
Install Shotpipe — Screenshots & OG Images in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"shotpipe-mcp": {
"command": "npx",
"args": [
"-y",
"shotpipe-mcp"
],
"env": {
"SHOTPIPE_KEY": "<SHOTPIPE_KEY>",
"SHOTPIPE_SECRET": "<SHOTPIPE_SECRET>",
"SHOTPIPE_BASE_URL": "<SHOTPIPE_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs