Odel
chromium bridge

chromium bridge

Local
@dashi965JavaScriptMITUpdated 1mo ago

MCP bridge between Chromium browsers (Arc, Vivaldi, Brave) and Claude Code: browser automation

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).

npmchromium-bridgev0.5.3

Run

npx -y chromium-bridge

MCP client config

{
  "mcpServers": {
    "chromium-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "chromium-bridge"
      ]
    }
  }
}