Skip to content
Grok

BrowserTap MCP for Grok

io.github.linvireo/browsertap-mcp

MCP server that drives the real Chrome you already use, through an extension and CDP.

client:Grok transport:stdio runtime:pypi

Install BrowserTap MCP 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": {
    "browsertap-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "browsertap-mcp"
      ],
      "env": {
        "BROWSERTAP_PREFERRED_BROWSER": "<BROWSERTAP_PREFERRED_BROWSER>",
        "BROWSERTAP_MODE": "<BROWSERTAP_MODE>",
        "BROWSERTAP_BRIDGE_PORT": "<BROWSERTAP_BRIDGE_PORT>",
        "BROWSERTAP_STATE_DIR": "<BROWSERTAP_STATE_DIR>"
      }
    }
  }
}

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

BrowserTap MCP in other clients