Browserbase (verified)
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to interact with web pages, take screenshots, and run parallel sessions in a cloud browser environment.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add browserbase
# Browse available tools
npx -y smithery tool list browserbase
# Get full schema for a tool
npx -y smithery tool get browserbase start
# Call a tool
npx -y smithery tool call browserbase start '{}'Direct MCP Connection
Endpoint: https://browserbase.run.tools
Required config:
browserbaseApiKey(query) — Browserbase API Key from https://www.browserbase.com/overview
Tools (6)
start— Create or reuse a Browserbase sessionend— Close the current Browserbase sessionnavigate— Navigate to a URLact— Perform an action on the pageobserve— Observe actionable elements on the pageextract— Extract data from the page
# Get full input/output schema for a tool
npx -y smithery tool get browserbase License: MIT