browser-use-mcp-server

Builderstar/browser-use-mcp-server
★ 0 stars Python 🌐 Browser/Web Updated 1d ago
A launcher that runs the browser-use MCP server with a headed Chromium on Linux machines that have no display server, via auto-managed Xvfb. Defeats naive headless-browser detection and low-risk Cloudflare Turnstile.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "browser-use-mcp-serv": {
      "command": "uvx",
      "args": [
        "browser-use-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install browser-use-mcp-server