Skip to content
Gemini CLI

mcp screenshot for Gemini CLI

io.github.digital-defiance/mcp-screenshot

Screenshot capture with PII masking and cross-platform support for AI agents

client:Gemini CLI transport:stdio runtime:npm

Install mcp screenshot in Gemini CLI

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

{
  "mcpServers": {
    "mcp-screenshot": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-screenshot"
      ]
    }
  }
}

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

mcp screenshot in other clients