What is the Browserbase MCP server?
Browserbase MCP server: cloud browser sessions, agents, contexts, fetch, search, functions
How to install Browserbase
Copy-paste configuration for popular MCP clients.
BROWSERBASE_API_KEYrequiredsecretBrowserbase API key (from browserbase.com/settings)
BROWSERBASE_REQUEST_TIMEOUT_MSOptional per-request timeout in milliseconds for Browserbase API calls (default 30000).
MCP_WORKSPACE_PATHOptional workspace directory for local files uploaded to Browserbase (session files, extensions, certificates). File reads are sandboxed to this directory (defaults to the system temp directory when unset).
{
"mcpServers": {
"mcp-server-browserbase": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_REQUEST_TIMEOUT_MS": "<YOUR_BROWSERBASE_REQUEST_TIMEOUT_MS>",
"MCP_WORKSPACE_PATH": "<YOUR_MCP_WORKSPACE_PATH>"
}
}
}
}{
"mcpServers": {
"mcp-server-browserbase": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_REQUEST_TIMEOUT_MS": "<YOUR_BROWSERBASE_REQUEST_TIMEOUT_MS>",
"MCP_WORKSPACE_PATH": "<YOUR_MCP_WORKSPACE_PATH>"
}
}
}
}{
"mcpServers": {
"mcp-server-browserbase": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_REQUEST_TIMEOUT_MS": "<YOUR_BROWSERBASE_REQUEST_TIMEOUT_MS>",
"MCP_WORKSPACE_PATH": "<YOUR_MCP_WORKSPACE_PATH>"
}
}
}
}{
"servers": {
"mcp-server-browserbase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "<YOUR_BROWSERBASE_API_KEY>",
"BROWSERBASE_REQUEST_TIMEOUT_MS": "<YOUR_BROWSERBASE_REQUEST_TIMEOUT_MS>",
"MCP_WORKSPACE_PATH": "<YOUR_MCP_WORKSPACE_PATH>"
}
}
}
}claude mcp add mcp-server-browserbase --env BROWSERBASE_API_KEY=<YOUR_BROWSERBASE_API_KEY> --env BROWSERBASE_REQUEST_TIMEOUT_MS=<YOUR_BROWSERBASE_REQUEST_TIMEOUT_MS> --env MCP_WORKSPACE_PATH=<YOUR_MCP_WORKSPACE_PATH> -- npx -y @mindstone/mcp-server-browserbaseRelated MCP servers
Apple Shortcuts
MCP server for Apple Shortcuts via the macOS shortcuts CLI
Browser Automation
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
Canary
Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.
ElevenLabs
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
ElevenLabs Agents
ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts
Email (IMAP/SMTP)
Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers