Overview

The Browserbase MCP server provides comprehensive tools for browser automation and session management. These tools allow you to perform actions like navigating pages, capturing screenshots, manipulating cookies, and managing multiple browser sessions simultaneously.

Core Browser Automation Tools

These are the primary tools for modern web automation using natural language commands.

Single Session Management

Traditional approach with one active browser session. Simpler for basic automation tasks and automatically manages the active session.

Multi-Session Management

Advanced approach with multiple parallel browser sessions for complex automation workflows. Each session maintains independent state, cookies, and browser context.

Session Lifecycle Management

Session-Specific Automation Tools

All core browser automation tools are available with session-specific variants:

Multi-Session Use Cases

Parallel Data Collection

Run multiple scraping sessions simultaneously across different websites

A/B Testing

Compare user flows across different browser sessions with varying configurations

Cross-Site Operations

Perform coordinated actions across multiple websites or applications

Backup Sessions

Keep fallback sessions ready in case primary sessions encounter issues

Resources

Screenshot Resources

The server provides access to screenshot resources with URI-based access.example:
screenshot://screenshot-name-of-the-screenshot

Further Reading