Browserbase MCP Server 是做什么的?
Browserbase MCP Server gives agents cloud browser control through Browserbase and Stagehand, with both hosted HTTP and self-hosted stdio options. It suits teams that want MCP-based browser automation but prefer Browserbase sessions and Stagehand’s action model instead of running Playwright locally.
Installation
Use the upstream install or setup path that matches your environment:
- git clone https://github.com/browserbase/mcp-server-browserbase.git
- npm install && npm run build
- docker build -t mcp-browserbase .
Requirements and caveats from upstream:
-
Option 2: Docker
- "command": "node",
-
Using Docker
Basic usage or getting-started notes:
-
You can either use our server hosted on NPM or run it completely locally by cloning this repo.
-
To run via NPM (Recommended)
-
To run 100% local:
-
Source: https://github.com/browserbase/mcp-server-browserbase
-
Extracted from upstream docs: https://raw.githubusercontent.com/browserbase/mcp-server-browserbase/HEAD/README.md