MCP Server
MCP
me.openbrowser/openbrowser-ai
AI browser automation. Write async Python to navigate, click, type, and extract data.
Install
uvx openbrowser-ai
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "openbrowser-ai",
"version": "0.1.50",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "named",
"name": "--mcp"
}
],
"environmentVariables": [
{
"description": "Run browser in headless mode (true/false)",
"default": "true",
"name": "OPENBROWSER_HEADLESS"
},
{
"description": "Comma-separated list of allowed domains (empty for no restrictions)",
"name": "OPENBROWSER_ALLOWED_DOMAINS"
},
{
"description": "Chrome profile directory for persistent browser sessions",
"default": "~/.config/openbrowser/profiles/default",
"name": "OPENBROWSER_USER_DATA_DIR"
},
{
"description": "JSON file used to save and restore cookies plus localStorage between MCP restarts",
"default": "~/.config/openbrowser/profiles/default/storage_state.json",
"name": "OPENBROWSER_STORAGE_STATE"
},
{
"description": "Use minimal tool description (~500 tokens instead of ~1,430)",
"default": "false",
"name": "OPENBROWSER_COMPACT_DESCRIPTION"
},
{
"description": "Maximum output characters per code execution (default: 10000)",
"default": "10000",
"name": "OPENBROWSER_MAX_OUTPUT"
},
{
"description": "Enable anonymized usage telemetry (true/false)",
"default": "true",
"name": "ANONYMIZED_TELEMETRY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment