Odel
Arc Control (macOS)

Arc Control (macOS)

Local
@db-25JavaScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmarc-control-mcpv0.3.0

Run

npx -y arc-control-mcp

MCP client config

{
  "mcpServers": {
    "arc-control-macos": {
      "command": "npx",
      "args": [
        "-y",
        "arc-control-mcp"
      ]
    }
  }
}