Developer Tools
Trust: 53/100 (Fair)io.github.browserbase/mcp-server-browserbase Guide
MCP server for AI web browser automation using Browserbase and Stagehand
3,182 starsby browserbase
Quick Start
Install
npx @browserbasehq/mcp-server-browserbaseClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-browserbase-mcp-server-browserbase": {
"command": "npx",
"args": [
"@browserbasehq/mcp-server-browserbase"
]
}
}
}