The Browserbase MCP server enables AI agents to automate browser tasks using Browserbase and Stagehand. It exposes APIs for controlling browsers in the cloud, including navigation, form filling, and data extraction. The server connects to Browserbase's cloud browser infrastructure. Developers use it to build AI agents that perform web scraping, automated testing, and browser-based workflows.
The Browserbase MCP server enables AI agents to automate browser tasks using Browserbase and Stagehand. It exposes APIs for controlling browsers in the cloud, including navigation, form filling, and data extraction. The server connects to Browserbase's cloud browser infrastructure. Developers use it to build AI agents that perform web scraping, automated testing, and browser-based workflows.
npx -y @browserbasehq/mcp-server-browserbaseAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"browserbase-mcp-server-browserbase-github": {
"command": "npx",
"args": [
"-y",
"npx -y @browserbasehq/mcp-server-browserbase"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from browserbase?"
API Key Required
This server requires an API key from browserbase. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BROWSERBASE_API_KEY | Yes | Your browserbase API key |
"What resources are available in browserbase?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in browserbase"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in browserbase with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.