Server data from the Official MCP Registry
AI browser automation. Write async Python to navigate, click, type, and extract data.
AI browser automation. Write async Python to navigate, click, type, and extract data.
OpenBrowser is a well-architected browser automation framework with proper dependency management and reasonable security boundaries. However, there are moderate-severity concerns around arbitrary code execution in the MCP server's `execute_code` tool, insufficient input validation on user-provided URLs, and telemetry data collection that may send sensitive information. The permissions (network access, file I/O, environment variables, subprocess spawning) are appropriate for the stated purpose of browser automation, but the code execution capability introduces inherent risks that users should understand. Supply chain analysis found 20 known vulnerabilities in dependencies (2 critical, 9 high severity). Package verification found 1 issue.
4 files analyzed · 31 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OPENBROWSER_HEADLESS
Environment variable: OPENBROWSER_ALLOWED_DOMAINS
Environment variable: OPENBROWSER_USER_DATA_DIR
Environment variable: OPENBROWSER_STORAGE_STATE
Environment variable: OPENBROWSER_COMPACT_DESCRIPTION
Environment variable: OPENBROWSER_MAX_OUTPUT
Environment variable: ANONYMIZED_TELEMETRY
Add this to your MCP configuration file:
{
"mcpServers": {
"me-openbrowser-openbrowser-ai": {
"env": {
"ANONYMIZED_TELEMETRY": "your-anonymized-telemetry-here",
"OPENBROWSER_HEADLESS": "your-openbrowser-headless-here",
"OPENBROWSER_MAX_OUTPUT": "your-openbrowser-max-output-here",
"OPENBROWSER_STORAGE_STATE": "your-openbrowser-storage-state-here",
"OPENBROWSER_USER_DATA_DIR": "your-openbrowser-user-data-dir-here",
"OPENBROWSER_ALLOWED_DOMAINS": "your-openbrowser-allowed-domains-here",
"OPENBROWSER_COMPACT_DESCRIPTION": "your-openbrowser-compact-description-here"
},
"args": [
"openbrowser-ai"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.