mcp-browser

korals-ai/mcp-browser
★ 0 stars Python Browser/Web Updated 3d ago
MCP server giving an agent a real Chrome — plus a live co-browse plane a human can watch and take over
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp-browser

README Excerpt

A real browser an agent can drive — and a human can watch. An [MCP](https://modelcontextprotocol.io) server speaking Streamable HTTP: run it in a container, point your agent at `http://localhost:8096/mcp`. A full Playwright-driven Chrome exposed as MCP tools: navigate, snapshot the page as structured

Tools (14)

browser_clickbrowser_consolebrowser_downloadbrowser_evalbrowser_findbrowser_get_tablebrowser_networkbrowser_openbrowser_readbrowser_screenshotbrowser_snapshotbrowser_typebrowser_upload_filebrowser_wait_for

Topics

ai-agentsbrowser-automationchromecobrowsingmcpmcp-serverplaywright