BrowserMCP

Medalcode/BrowserMCP
★ 0 stars Python 🌐 Browser/Web Updated 4d ago
Browser MCP server: automated web navigation via Model Context Protocol. Dual engine (static + Playwright) with 10+ tools.
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": {
    "browsermcp": {
      "command": "uvx",
      "args": [
        "browsermcp"
      ]
    }
  }
}

Or install with pip: pip install browsermcp