MCP server for browser automation, exposing tools for tab management, navigation, CDP, action plans, and cleanup.
{
"mcpServers": {
"open_browser_use": {
"command": "npx",
"args": [
"-y",
"open-browser-use"
]
}
}
}