Skip to content

ainative browser mcp for Grok

io.github.ainative-studio/ainative-browser-mcp

AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.

client:Grok transport:stdio runtime:npm

Install ainative browser mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ainative-browser-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ainative/browser-mcp"
      ]
    }
  }
}

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

ainative browser mcp in other clients