Skip to content
Gemini CLI

Arc Control (macOS) for Gemini CLI

io.github.db-25/arc-control-mcp

macOS-only MCP server for the Arc browser: tabs, navigation, page reading, DOM, scripting

client:Gemini CLI transport:stdio runtime:npm

Install Arc Control (macOS) 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": {
    "arc-control-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arc-control-mcp"
      ],
      "env": {
        "ARC_MCP_LABEL": "<ARC_MCP_LABEL>",
        "ARC_MCP_SPACE": "<ARC_MCP_SPACE>",
        "ARC_MCP_STATE_DIR": "<ARC_MCP_STATE_DIR>"
      }
    }
  }
}

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

Arc Control (macOS) in other clients