MCP ConfigsMay 14, 2026·2 min read

bb-browser — Browser-as-API CLI + MCP Server

Use your real Chrome login state as an API: bb-browser provides a CLI + MCP server with 103 commands across 36 platforms (Twitter/Reddit/YouTube/etc.).

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Npm
Trust
Trust: Established
Entrypoint
bb-browser site update
Universal CLI install command
npx tokrepo install 73c80fb4-f8be-55b5-87a2-a7721462d177
Intro

Use your real Chrome login state as an API: bb-browser provides a CLI + MCP server with 103 commands across 36 platforms (Twitter/Reddit/YouTube/etc.).

Best for: Agents that need real web access (behind logins) without re-auth, API keys, or brittle scrapers

Works with: Node.js 18+, your real Chrome profile/login state, and MCP clients that can run stdio servers

Setup time: 8-20 minutes

Key facts (verified)

  • GitHub: 5133 stars · 506 forks · pushed 2026-05-11.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: bb-browser site update.

Main

  • Treat adapters as code: update from community (bb-browser site update), then pin versions when a workflow becomes production-critical.

  • Use structured output: most commands support --json and --jq so your agent can consume stable, token-efficient payloads.

  • Secure the daemon boundary: README states the daemon binds to 127.0.0.1:19824 by default; keep it local unless you know why you need remote access.

Source-backed notes

  • README shows installing via npm install -g bb-browser and updating adapters via bb-browser site update.
  • README states there are 103 commands across 36 platforms, powered by the community bb-sites repo.
  • README documents a daemon default bind of 127.0.0.1:19824 and an MCP config snippet using npx -y bb-browser --mcp.

FAQ

  • Do I need API keys?: The README positions it as using your real browser login state; many commands work without separate API keys.
  • Can I run it as an MCP server?: Yes. README includes a JSON MCP config snippet that runs npx -y bb-browser --mcp.
  • Is it safe to expose the daemon remotely?: Be cautious. Start with the default localhost bind; remote access should be protected (e.g., VPN) and audited.
🙏

Source & Thanks

Source: https://github.com/epiral/bb-browser > License: MIT > GitHub stars: 5133 · forks: 506

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets