Model Context Protocol (MCP) server configuration and tool manifest for epiral/bb-browser
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bb-browser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bb-browser"
]
}
}
}