Browserbase MCP (Official)
Official WebOfficial Browserbase MCP server for cloud browser automation using Browserbase and Stagehand.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"browserbase-mcp-official": {
"command": "npx",
"args": [
"-y",
"@browserbasehq/mcp"
]
}
}
}