Browserbase tool

Browserbase tool

Browserbase is a serverless platform that enables developers to run, manage, and monitor headless browsers at scale, offering seamless integration with tools like Playwright, Puppeteer, and Selenium.

893VIEWS
197USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app browserbase_toolnpx @composio/cli add cursor --app browserbase_toolnpx @composio/cli add cursor --app browserbase_toolnpx @composio/cli add cursor --app browserbase_tool

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Browserbase Load Tool

Load webpages url in a headless browser using browserbase and return the contents.

Create A New Browser Context

Tool to create a new browser context. use when you need to obtain upload credentials for a custom user-data-directory in a project.

Retrieve A Browser Context

Tool to retrieve details of a specific browser context. use when you have a context id and need its metadata.

Update Browser Context

Tool to update a specific browser context. use when you need fresh upload url and encryption details for an existing context, after obtaining a valid context id.

Create Browser Session

Tool to create a new browser session. use when you need an isolated browser context before performing any page interactions.

Retrieve A Browser Session

Tool to retrieve details of a specific browser session. use when you have a session id and need its metadata (status, urls, timestamps).

Retrieve Session Debug Urls

Tool to retrieve live debug urls for a specific session. use when you need to connect to a running session for debugging.

Download Session Artifacts

Tool to download files from a specific session. use after session completion to retrieve all generated artifacts in a zip archive.

Retrieve Session Logs

Tool to retrieve logs of a specific session. use after actions in a session to inspect network events and data exchange.

List Browser Sessions

Tool to list all browser sessions. use when you need to retrieve sessions with optional filtering by status or metadata query.

Update Browser Session

Tool to update the status of a specific browser session. use when you need to request session completion before timeout to avoid additional charges.

11 actions available