Skip to content
Grok

SeleniumBase MCP for Grok

io.github.seleniumbase/seleniumbase

Stealthy browser automation, testing, and web-scraping via CDP Mode.

client:Grok transport:stdio runtime:pypi

Install SeleniumBase MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "seleniumbase": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "seleniumbase"
      ]
    }
  }
}

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

SeleniumBase MCP in other clients