Arc Control (macOS) for Cline
io.github.db-25/arc-control-mcp
macOS-only MCP server for the Arc browser: tabs, navigation, page reading, DOM, scripting
client:Cline
transport:stdio
runtime:npm
Install Arc Control (macOS) in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs