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
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.
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.
claude mcp add arc-control-mcp -- npx -y arc-control-mcp
{
"mcpServers": {
"arc-control-mcp": {
"args": [
"-y",
"arc-control-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.arc-control-mcp]
command = "npx"
args = ["-y", "arc-control-mcp"]
{
"mcpServers": {
"arc-control-mcp": {
"args": [
"-y",
"arc-control-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"arc-control-mcp": {
"args": [
"-y",
"arc-control-mcp"
],
"command": "npx"
}
}
}
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.
MCP server + Chrome extension for AI browser control with real sessions.
300+ on-device MCP tools for macOS — local AI, voice, vision, browser automation, system control.
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
Native Swift macOS automation — 143 tools: AX, EventKit, voice, browser DOM, undo.
Create and control browser sessions for web automation, testing, and AI agent tasks
Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView.
Answers built from our own checks of this server.