mcp-browser-bridge

adbarc92/mcp-browser-bridge
★ 1 stars TypeScript AI/LLM Updated today
MCP server giving AI assistants control of a real Chrome browser. Closed 11-tool surface, leak-proof lifecycle.
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-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "adbarc92/mcp-browser-bridge"
      ]
    }
  }
}

README Excerpt

MCP server that gives AI coding assistants direct control of a real Chrome browser — navigate, click, fill forms, run JavaScript, take screenshots, and read page content. It exists so your assistant can see what you see, instead of you alt-tabbing to copy-paste errors and describe UI state in words. ```

Tools (12)

browsebrowser_clickbrowser_evaluatebrowser_fillbrowser_get_consolebrowser_get_contentbrowser_get_tabsbrowser_navigatebrowser_screenshotbrowser_send_messagebrowser_statusbrowser_wait_for

Topics

ai-agentsai-toolsautomationbrowser-automationchrome-extensionmcpmodel-context-protocoltypescript