Skip to content
Grok

Pagerunner — The Browser Layer That Learns for Grok

io.github.enreign/pagerunner

Real Chrome profiles with site intelligence — already logged in, PII anonymization, sessions persist

client:Grok transport:stdio runtime:npm

Install Pagerunner — The Browser Layer That Learns in Grok

.mcp.json (in your project root)

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

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

Pagerunner — The Browser Layer That Learns in other clients