Browserbase
Cloud browsers — automation without opening windows on your machine.
Browserbase runs the browser in the cloud instead of on your computer: the assistant gets a fresh, headless browser session for navigating, scraping, and screenshots. Useful when you want browser automation on a laptop that should stay quiet, or many sessions in parallel. Needs an API key (free tier).
Install Browserbase
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"browserbase": {
"command": "npx",
"args": [
"-y",
"@browserbasehq/mcp"
],
"env": {
"BROWSERBASE_API_KEY": "YOUR_BROWSERBASE_API_KEY",
"BROWSERBASE_PROJECT_ID": "YOUR_BROWSERBASE_PROJECT_ID"
}
}
}
}Before saving, replace YOUR_BROWSERBASE_API_KEY with your key from browserbase.com (free tier) and YOUR_BROWSERBASE_PROJECT_ID with your key from browserbase.com (project settings) (free tier).
FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like Browserbase are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →Related skills
Lets your assistant open and operate a real web browser.
Live web search results inside your assistant.
Fetches a single web page and converts it to readable text.
Industrial-strength web scraping with JavaScript rendering.