Developer Tools

Browserbase MCP

Browserbase’s MCP server lets agents drive remote browsers for scraping, testing, and interactive web tasks. Use the hosted remote endpoint or the self-hosted NPM package with API and project credentials.

Stars

3.4k

Installs

63.7k

License

Apache-2.0

Kind

MCP

Trust evidence

Verified

Verified MCP — curated catalog entry with reviewed setup metadata.

  • Stars: 3.4k · catalog
  • Freshness: Updated 2026-05-15
  • Used in 1 known stack

Prerequisites

  • · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
  • · Environment: BROWSERBASE_API_KEY
  • · Environment: BROWSERBASE_PROJECT_ID
  • · Node.js 18+

Reference command

{
  "mcpServers": {
    "browserbase": {
      "command": "npx",
      "args": ["-y", "@browserbasehq/mcp"],
      "env": {
        "BROWSERBASE_API_KEY": "<your-browserbase-api-key>",
        "BROWSERBASE_PROJECT_ID": "<your-browserbase-project-id>"
      }
    }
  }
}

Often stacked with

Stacks that include this