Skip to content
Gemini CLI

Ui.Vision MCP for Gemini CLI

io.github.a9t9/uivision-mcp

MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input

client:Gemini CLI transport:stdio runtime:npm

Install Ui.Vision MCP in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "uivision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "uivision-mcp-bridge"
      ],
      "env": {
        "UIVISION_MCP_PORT": "<UIVISION_MCP_PORT>"
      }
    }
  }
}

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

Ui.Vision MCP in other clients