BB Browser

Active
GitHub TypeScript MIT

Description

An MCP server and CLI that turns the browser into an API, allowing AI agents to control Chrome with existing login sessions for web operations, data scraping, and automation tasks without re-authentication.

Key Features

  • Turns browser into API, AI agents reuse user's logged-in session state
  • 36 platforms, 103 commands (Twitter, Reddit, GitHub, Zhihu, etc.)
  • No API keys or reverse engineering needed, uses user browser cookies directly
  • Community-driven adapter system with one JS file per command
  • Full browser automation: snapshot, click, fill, JS eval, network capture

Use Cases

πŸ’‘ Cross-platform research: AI agents search arXiv, Twitter, GitHub, Zhihu simultaneously
πŸ’‘ Social media monitoring and analysis with real authenticated data
πŸ’‘ Web data scraping without anti-bot measures, reusing browser sessions
πŸ’‘ AI-driven browser automation tasks and workflows

Quick Start

npm install -g bb-browser && bb-browser site update && bb-browser site zhihu/hot

Related Projects