mcpbeat Sign in

Arc Control (macOS) MCP Server

local only

Arc Control (macOS) runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 1 Sep 2026.

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

Installs / week
npm · arc-control-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Arc Control (macOS) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add arc-control-mcp -- npx -y arc-control-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arc-control-mcp": {
      "args": [
        "-y",
        "arc-control-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arc-control-mcp]
command = "npx"
args = ["-y", "arc-control-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "arc-control-mcp": {
      "args": [
        "-y",
        "arc-control-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arc-control-mcp": {
      "args": [
        "-y",
        "arc-control-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Arc Control (macOS)

same job, measured the same way
Browser Automation
by mindstone

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

218 installs/wk local only
Dash MCP Server
by kapeli

MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.

115 installs/wk local only
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

104 installs/wk local only
Toolpiper
by modelpiper

300+ on-device MCP tools for macOS — local AI, voice, vision, browser automation, system control.

local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

84 installs/wk local only
mac-control-mcp
by adelelo13

Native Swift macOS automation — 143 tools: AX, EventKit, voice, browser DOM, undo.

local only
Browserbase
by mcparmory

Create and control browser sessions for web automation, testing, and AI agent tasks

317 installs/wk local only
MCP Browser
by brainfuel

Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView.

local only

Arc Control (macOS) — questions

Answers built from our own checks of this server.

Why is there no uptime for Arc Control (macOS)?
Arc Control (macOS) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package arc-control-mcp.
How do I connect Arc Control (macOS)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls arc-control-mcp straight from npm; nothing to host, nothing to sign up for.
Is Arc Control (macOS) open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.