Skip to content
Grok

openbrowser ai for Grok

me.openbrowser/openbrowser-ai

AI browser automation. Write async Python to navigate, click, type, and extract data.

client:Grok transport:stdio runtime:pypi

Install openbrowser ai 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": {
    "openbrowser-ai": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openbrowser-ai"
      ],
      "env": {
        "OPENBROWSER_HEADLESS": "<OPENBROWSER_HEADLESS>",
        "OPENBROWSER_ALLOWED_DOMAINS": "<OPENBROWSER_ALLOWED_DOMAINS>",
        "OPENBROWSER_USER_DATA_DIR": "<OPENBROWSER_USER_DATA_DIR>",
        "OPENBROWSER_STORAGE_STATE": "<OPENBROWSER_STORAGE_STATE>",
        "OPENBROWSER_COMPACT_DESCRIPTION": "<OPENBROWSER_COMPACT_DESCRIPTION>",
        "OPENBROWSER_MAX_OUTPUT": "<OPENBROWSER_MAX_OUTPUT>",
        "ANONYMIZED_TELEMETRY": "<ANONYMIZED_TELEMETRY>"
      }
    }
  }
}

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

openbrowser ai in other clients