Skip to content
Grok

doppel for Grok

io.github.samrj12/doppel

Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.

client:Grok transport:stdio runtime:npm

Install doppel in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "doppel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "doppel-mcp"
      ]
    }
  }
}

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

doppel in other clients