url2image for Gemini CLI
com.url2image/url2image
Capture batches of public web pages in a real browser and download the screenshots as a zip.
client:Gemini CLI
transport:streamable-http
tools:5
Install url2image in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"url2image": {
"httpUrl": "https://url2image.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