bro

xiaotianxt/bro
★ 0 stars TypeScript 🌐 Browser/Web Updated today
Rust-native MCP server for controlling a local browser through a minimal WebExtension bridge
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": {
    "bro": {
      "command": "npx",
      "args": [
        "-y",
        "xiaotianxt/bro"
      ]
    }
  }
}

README Excerpt

Rust-native MCP server for controlling a real local browser through a minimal WebExtension bridge. bro is built for agents that need a shorter browser interaction loop: - open many URLs in background tabs and extract useful text/links in parallel - keep a single tab leased for sequential click/fill/read flows

Tools (1)

fill

Topics

browser-automationchromiumlocal-firstmcprustwebextension