MCP Directory
Back

bb-browser

by epiral · TypeScript · ★ 5,905

Your browser is the API. CLI + MCP server for AI agents to control Chrome with your login state.

Install

npx -y github:epiral/bb-browser

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "bb-browser": {
      "command": "npx",
      "args": [
        "-y",
        "github:epiral/bb-browser"
      ]
    }
  }
}

From the README

**Your browser is the API. No keys. No bots. No scrapers.** [](https://www.npmjs.com/package/bb-browser) [](https://nodejs.org) [](LICENSE) [English](README.md) · [中文](README.zh-CN.md) |---|---|---| | Browser | Headless, isolated | No browser | Your real Chrome | | Login state | None, must re-login | Cookie extraction | Already there | | Anti-bot | Detected easily | Cat-and-mouse | Invisible — it IS the user | | Complex auth | Can't replicate | Reverse engineer | Page handles it itself | If you use [OpenClaw](https://openclaw.ai), bb-browser runs directly through OpenClaw's built-in browse…
Read full README on GitHub →

Related other servers