MCP Server + Bug Fixes
MCP Server (New!)
bb-browser now works as an MCP server for Claude Code, Cursor, and other AI tools.
{
"mcpServers": {
"bb-browser": {
"command": "npx",
"args": ["-y", "bb-browser", "--mcp"]
}
}
}16 tools available: browser_snapshot, browser_click, browser_fill, browser_type, browser_open, browser_tab_list, browser_tab_new, browser_press, browser_scroll, browser_eval, browser_network, browser_screenshot, browser_get, browser_close, browser_hover, browser_wait
All tools support tab parameter for concurrent multi-tab operations.
Bug Fixes
--tabflag: Now works correctly for all commands includingsite,fetch,network. Previously the tab ID could leak into other parameters (e.g. network filter)- No foreground stealing:
siteandfetchno longer calltab_select— agents won't steal the user's active tab site --jsonoutput: Now wrapped in standard{id, success, data}envelope, consistent with other commandsdaemoncommand: FixedCannot find package '@bb-browser/daemon'error on npm install. Replaced broken dynamic import withspawn(getDaemonPath())(#6, #10)
Install
npm install -g bb-browserChrome extension: download bb-browser-extension-v0.4.1.zip below → chrome://extensions/ → Load unpacked