shotbot mcp for Gemini CLI
net.shotbot/shotbot-mcp
Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.
client:Gemini CLI
transport:stdio
runtime:npm
Install shotbot mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"shotbot-mcp": {
"command": "npx",
"args": [
"-y",
"shotbot-mcp"
],
"env": {
"SHOTBOT_API_KEY": "<SHOTBOT_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs