Screenshot Scout for Gemini CLI
com.screenshotscout/mcp
Capture screenshots of webpages as images or PDFs with Screenshot Scout.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install Screenshot Scout in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mcp.screenshotscout.com/mcp/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