Skip to main content
Browser AutomationPython

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.

browser-automation
Share:

Quick Start

Clone the repository:

git clone https://github.com/co-browser/browser-use-mcp-server

Claude 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.

Details

Category
Browser Automation
Language
Python
Author
co-browser