Skip to content

Browserbase for Zed

io.github.mindstone/mcp-server-browserbase

Browserbase MCP server: cloud browser sessions, agents, contexts, fetch, search, functions

client:Zed transport:stdio runtime:npm

Install Browserbase in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Browserbase in other clients