← Index

me.openbrowser/openbrowser-ai

me.openbrowser/openbrowser-ai·v0.1.39·Browser Automation
Quality Score
80
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "openbrowser-ai": {
      "command": "uvx",
      "args": [
        "openbrowser-ai"
      ],
      "env": {
        "OPENBROWSER_HEADLESS": "true",
        "OPENBROWSER_ALLOWED_DOMAINS": "<openbrowser_allowed_domains>",
        "OPENBROWSER_COMPACT_DESCRIPTION": "false",
        "OPENBROWSER_MAX_OUTPUT": "10000",
        "ANONYMIZED_TELEMETRY": "true"
      }
    }
  }
}
§02  Environment variables
OPENBROWSER_HEADLESS

Run browser in headless mode (true/false)

OPENBROWSER_ALLOWED_DOMAINS

Comma-separated list of allowed domains (empty for no restrictions)

OPENBROWSER_COMPACT_DESCRIPTION

Use minimal tool description (~500 tokens instead of ~1,430)

OPENBROWSER_MAX_OUTPUT

Maximum output characters per code execution (default: 10000)

ANONYMIZED_TELEMETRY

Enable anonymized usage telemetry (true/false)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation