Back to MCP Servers
Browserbase Server
Automate cloud browsers for web scraping, testing, and interaction through headless browser infrastructure
browserscrapingtestingautomationcommunity
By Browserbase
Installation
npm install -g @browserbasehq/mcp-serverConfiguration
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": ["-y", "@browserbasehq/mcp-server"],
"env": {
"BROWSERBASE_API_KEY": "your-browserbase-api-key",
"BROWSERBASE_PROJECT_ID": "your-project-id"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes