Skip to content
Windsurf

Arc Control (macOS) for Windsurf

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

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

client:Windsurf transport:stdio runtime:npm

Install Arc Control (macOS) in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Arc Control (macOS) in other clients