Your browser is the API. CLI + MCP server for AI agents to control Chrome with your login state.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bb-browser": {
"command": "npx",
"args": [
"-y",
"epiral/bb-browser"
]
}
}
}
Run in terminal:
claude mcp add bb-browser npx -y epiral/bb-browser
Add to .cursor/mcp.json:
{
"mcpServers": {
"bb-browser": {
"command": "npx",
"args": [
"-y",
"epiral/bb-browser"
]
}
}
}