Skip to content
Gemini CLI

winsight for Gemini CLI

io.github.theoewzzer/winsight

Windows Screen Capture MCP Server — give Claude Code eyes on your desktop.

client:Gemini CLI transport:stdio runtime:pypi

Install winsight in Gemini CLI

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

{
  "mcpServers": {
    "winsight": {
      "command": "uvx",
      "args": [
        "winsight-mcp"
      ]
    }
  }
}

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

winsight in other clients