Skip to content
Claude Desktop

openbrowser ai for Claude Desktop

me.openbrowser/openbrowser-ai

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

client:Claude Desktop transport:stdio runtime:pypi

Install openbrowser ai in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openbrowser-ai": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

openbrowser ai in other clients