screenshot for Gemini CLI
com.apiscreenshot/screenshot
Screenshot any URL/HTML as PNG/JPEG/WebP, or read it as clean Markdown/text for LLMs.
client:Gemini CLI
transport:streamable-http
Install screenshot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"screenshot": {
"httpUrl": "https://apiscreenshot.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs