Skip to content
Cline

Arc Control (macOS) for Cline

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

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

client:Cline transport:stdio runtime:npm

Install Arc Control (macOS) in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Arc Control (macOS) in other clients