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 or reuse a Browserbase session and set it as active for the current MCP transport session.
No input parameters required.
Browserbase session ID.
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

