Skip to content
Grok

mcp session bridge for Grok

io.github.t3ratech/mcp-session-bridge

Drive a browser you are already signed into, through the free T3rnel Browser extension.

client:Grok transport:stdio runtime:npm

Install mcp session bridge 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": {
    "mcp-session-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@t3ratech/mcp-session-bridge"
      ],
      "env": {
        "T3RNEL_SESSION_MODE": "<T3RNEL_SESSION_MODE>",
        "T3RNEL_SESSION_HEADLESS": "<T3RNEL_SESSION_HEADLESS>",
        "T3RNEL_SESSION_TIMEOUT_MS": "<T3RNEL_SESSION_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

mcp session bridge in other clients