Browserbase for Claude Desktop
io.github.mindstone/mcp-server-browserbase
Browserbase MCP server: cloud browser sessions, agents, contexts, fetch, search, functions
client:Claude Desktop
transport:stdio
runtime:npm
Install Browserbase in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-browserbase": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-browserbase"
],
"env": {
"BROWSERBASE_API_KEY": "<BROWSERBASE_API_KEY>",
"BROWSERBASE_REQUEST_TIMEOUT_MS": "<BROWSERBASE_REQUEST_TIMEOUT_MS>",
"MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs