Documentation Index
Fetch the complete documentation index at: https://docs.stagehand.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Browserbase MCP server provides tools for browser automation and session management through a transport-scoped active session.Core Browser Automation Tools
These are the primary tools for modern web automation using natural language commands.navigate
navigate
act
act
Perform an action on the web page using natural language
The action to perform (e.g., “click the login button”, “fill form field”)
observe
observe
Observe and find actionable elements on the page.
Specific instruction for observation (e.g., “find the login button”, “locate search form”)
extract
extract
Extract data from the current page.
Optional extraction instruction.
Session Management
start
start
Create a new Browserbase session, or attach to an existing Browserbase session, and set it as active for the current MCP transport session.
Optional Browserbase session ID to attach to. If omitted,
start creates a new Browserbase session.Browserbase session ID now active for the current MCP transport session.
end
end
Close the active Browserbase session for the current MCP transport session.
No input parameters required.
Further Reading
Model Context Protocol (MCP) Docs
Learn more about the MCP protocol
Stagehand Documentation
Explore Stagehand’s AI-powered browser automation
Support
Get help from our support team

