me.openbrowser/openbrowser-ai
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_HEADLESSRun browser in headless mode (true/false)
OPENBROWSER_ALLOWED_DOMAINSComma-separated list of allowed domains (empty for no restrictions)
OPENBROWSER_COMPACT_DESCRIPTIONUse minimal tool description (~500 tokens instead of ~1,430)
OPENBROWSER_MAX_OUTPUTMaximum output characters per code execution (default: 10000)
ANONYMIZED_TELEMETRYEnable 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
ai.smithery/ImRonAI-mcp-server-browserbase
ai.smithery/ImRonAI-mcp-server-browserbase
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
ai.smithery/browserbasehq-mcp-browserbase
ai.smithery/browserbasehq-mcp-browserbase
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
com.onkernel/kernel-mcp-server
com.onkernel/kernel-mcp-server
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).