Skip to main content
Browser AutomationTypeScript

browserbase/mcp-server-browserbase

Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)

browser-automationofficial
Share:

Quick Start

Clone the repository:

git clone https://github.com/browserbase/mcp-server-browserbase

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-browserbase": {
      "command": "npx",
      "args": [
        "-y",
        "browserbase/mcp-server-browserbase"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
browserbase