Skip to content
Grok

brawsr for Grok

io.github.brawsr/brawsr

Browser sessions, checkpoints, rewind, fork, lineage, and lifecycle tools for brawsr.

client:Grok transport:stdio runtime:npm

Install brawsr in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "brawsr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@brawsr/mcp-server"
      ],
      "env": {
        "BRAWSR_API_KEY": "<BRAWSR_API_KEY>",
        "BRAWSR_BASE_URL": "<BRAWSR_BASE_URL>",
        "BRAWSR_MCP_TIMEOUT_MS": "<BRAWSR_MCP_TIMEOUT_MS>"
      }
    }
  }
}

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

brawsr in other clients