From openbrowser
Local stdio server using openbrowser-ai to launch and control browser instances. Enables Claude to automate web browsing, navigation, screenshots, and interactions.
npx claudepluginhub billy-enrizky/openbrowser-ai --plugin openbrowserAdd to your .mcp.json:
{
"mcpServers": {
"openbrowser": {
"command": "uvx",
"args": [
"openbrowser-ai",
"--mcp"
]
}
}
}uvx