This MCP server provides cloud browser automation capabilities, allowing LLMs to interact with web pages, extract information, and perform automated actions using Browserbase and Stagehand.
From the registry: Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

Please install the `browserbasehq-mcp-browserbase` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Browserbase API key & project** — Sign up at browserbase.com to get API key and project ID (https://www.browserbase.com/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@browserbasehq/mcp"]
- required environment variables:
- `BROWSERBASE_API_KEY`: Browserbase API key (example: `<placeholder>`)
- `BROWSERBASE_PROJECT_ID`: Browserbase project ID (example: `<placeholder>`)
- optional environment variables:
- `GEMINI_API_KEY`: Gemini API key used by Stagehand (default model) (example: `<placeholder>`)
Note: Hosted HTTP available at https://mcp.browserbase.com/mcp (recommended). Custom models require --modelName + --modelApiKey flags.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.BROWSERBASE_API_KEYrequiredAPI key for BrowserbaseBROWSERBASE_PROJECT_IDrequiredProject ID for BrowserbaseGEMINI_API_KEYrequiredAPI key for the Gemini modelAI-powered browser automation — navigate, click, fill forms, and extract data from any website.