Skip to content
Grok

Public Browser for Grok

io.github.silbercue/public-browser

Chrome over CDP for AI agents. Blind benchmark vs agent-browser: -33% tokens, -33% cost, -32% time

client:Grok transport:stdio runtime:npm

Install Public Browser in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "public-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "public-browser"
      ]
    }
  }
}

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

Public Browser in other clients