Cloud browser automation — run headless browsers in the cloud for web scraping and testing
BROWSERBASE_API_KEYBROWSERBASE_PROJECT_IDnpx @getmcp/cli add browserbaseConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": [
"-y",
"@browserbasehq/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "",
"BROWSERBASE_PROJECT_ID": ""
}
}
}
}