Skip to content
Gemini CLI

Universal Screenshot MCP for Gemini CLI

io.github.sethbang/screenshot-server

MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)

client:Gemini CLI transport:stdio runtime:npm

Install Universal Screenshot MCP in Gemini CLI

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

{
  "mcpServers": {
    "screenshot-server": {
      "command": "npx",
      "args": [
        "-y",
        "universal-screenshot-mcp"
      ]
    }
  }
}

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

Universal Screenshot MCP in other clients