Skip to content
Gemini CLI

Computer Use for Gemini CLI

io.github.domdomegg/computer-use-mcp

Control your computer with screenshots, mouse, and keyboard automation.

client:Gemini CLI transport:stdio runtime:npm

Install Computer Use in Gemini CLI

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

{
  "mcpServers": {
    "computer-use-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "computer-use-mcp"
      ]
    }
  }
}

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