Overview

Browserbase MCP provides a variety of tools to interact with and control browser sessions. These tools allow you to perform actions like navigating pages, capturing screenshots, manipulating cookies, and more.

Available Tools

Browser Control

ToolDescription
browserbase_press_keySimulates keyboard input (does not use ref)
browserbase_closeCloses the browser session
browserbase_waitWaits for a specified condition
browserbase_resizeResizes the browser viewport
browserbase_navigate_backwardNavigates to the previous page in history

Content Interaction

ToolDescription
browserbase_get_textExtracts text content from the page or element using selector (does not use ref)
browserbase_screen_captureTakes a screenshot of the current page
browserbase_select_optionSelects an option from a dropdown menu

Session Management

ToolDescription
browserbase_session_createManages Browserbase session creation and reuse
browserbase_context_createCreates a persistent Browserbase context
browserbase_context_deleteDeletes a Browserbase context
ToolDescription
browserbase_cookies_addInserts cookies into the current session
browserbase_cookies_getRetrieves cookies from the current session

Further Reading

For more in-depth coverage, usage patterns, or troubleshooting: