Browserbase
Official
⚙️ Developer Tools
Cloud browser automation using Stagehand that lets AI navigate pages, extract data, fill forms, take screenshots, and run actions in cloud-hosted browser sessions. Production-ready with session management.
Tags
Tools (9)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": [
"-y",
"@browserbasehq/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "your-browserbase-api-key-here",
"BROWSERBASE_PROJECT_ID": "your-browserbase-project-id-here"
}
}
}
}