Arc Control (macOS) for Zed
io.github.db-25/arc-control-mcp
macOS-only MCP server for the Arc browser: tabs, navigation, page reading, DOM, scripting
client:Zed
transport:stdio
runtime:npm
Install Arc Control (macOS) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs