co-browser/browser-use-mcp-server
browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.
Quick Start
Clone the repository:
git clone https://github.com/co-browser/browser-use-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"browser-use-mcp-server": {
"command": "npx",
"args": [
"-y",
"co-browser/browser-use-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.