Stats
Actions
Tags
From openbrowser
Local stdio server using openbrowser-ai to launch and control browser instances. Enables Claude to automate web browsing, navigation, screenshots, and interactions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"openbrowser": {
"command": "uvx",
"args": [
"openbrowser-ai",
"--mcp"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub billy-enrizky/openbrowser-ai --plugin openbrowser