Skip to content
Grok

chromium bridge for Grok

io.github.dashi96/chromium-bridge

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

client:Grok transport:stdio runtime:npm

Install chromium bridge in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

chromium bridge in other clients