Skip to content
Gemini CLI

Computer Use for Gemini CLI

io.github.hightemp/go-computer-use-mcp-server

Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.

client:Gemini CLI transport:stdio runtime:npm

Install Computer Use 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": {
    "go-computer-use-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "go-computer-use-mcp-server"
      ],
      "env": {
        "DISPLAY": "<DISPLAY>",
        "XAUTHORITY": "<XAUTHORITY>"
      }
    }
  }
}

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

Computer Use in other clients