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).
Run
npx -y arc-control-mcp
MCP client config
{
"mcpServers": {
"arc-control-macos": {
"command": "npx",
"args": [
"-y",
"arc-control-mcp"
]
}
}
}