Skip to content
Gemini CLI

screenshot api for Gemini CLI

io.github.therealmrfunguy/screenshot-api

Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture.

client:Gemini CLI transport:sse

Install screenshot api in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "screenshot-api": {
      "url": "https://api.rjctdlabs.xyz/sse"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

screenshot api in other clients