PluginBench
MCP Server
Active

Browserbase MCP Server

io.github.mindstone/mcp-server-browserbase

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BROWSERBASE_API_KEY
    required
    secret

    Browserbase API key (from browserbase.com/settings)

  • BROWSERBASE_REQUEST_TIMEOUT_MS

    Optional per-request timeout in milliseconds for Browserbase API calls (default 30000).

  • MCP_WORKSPACE_PATH

    Optional 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).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-browserbase

Related MCP servers

MCP server for Apple Shortcuts via the macOS shortcuts CLI

10
TypeScript
View repository →

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

10
TypeScript
View repository →

Canary

Active

Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.

10
TypeScript
View repository →

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

10
TypeScript
View repository →

ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts

10
TypeScript
View repository →

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers

10
TypeScript
View repository →