VOOZH about

URL: https://apify.com/agentify/browserbase-mcp-server

โ‡ฑ Browserbase MCP Server ยท Apify


Pricing

Pay per event + usage

Go to Apify Store

Browserbase MCP Server

A Model Context Protocol (MCP) server that provides browser automation capabilities using Browserbase.

Pricing

Pay per event + usage

Rating

5.0

(2)

Developer

๐Ÿ‘ agentify

agentify

Maintained by Community

Actor stats

6

Bookmarked

97

Total users

1

Monthly active users

9 months ago

Last modified

Share

๐Ÿ…ฑ๏ธ Browserbase MCP Server

๐Ÿ‘ Browserbase MCP Server

This Actor is a wrapper for the browserbase MCP server.

This server provides cloud browser automation capabilities using Browserbase. This server enables LLMs to interact with web pages, and take screenshots, in a cloud browser environment.

Connection URL

MCP clients can connect to this server at:

https://mcp-servers--browserbase-mcp-server.apify.actor/mcp

Client Configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers":{
"browserbase":{
"url":"https://mcp-servers--browserbase-mcp-server.apify.actor/mcp",
"headers":{
"Authorization":"Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token. You can find your token in the Apify Console.

๐Ÿšฉ Claim this MCP server

All credits to the original authors of https://github.com/browserbase/mcp-server-browserbase

To claim this server, please write to ai@apify.com

๐Ÿš€ Features

FeatureDescription
Browser AutomationControl and orchestrate cloud browsers
Data ExtractionExtract structured data from any webpage
Console MonitoringTrack and analyze browser console logs
ScreenshotsCapture full-page and element screenshots
JavaScriptExecute custom JS in the browser context
Web InteractionNavigate, click, and fill forms with ease

๐Ÿ” Use cases

  • ๐ŸŒ Web navigation and form filling
  • ๐Ÿ“‹ Structured data extraction
  • ๐Ÿงช LLM-driven automated testing
  • ๐Ÿค– Browser automation for AI agents

๐Ÿงฐ Tools

Tool NameDescription
multi_browserbase_stagehand_session_createCreates multiple browser sessions for parallel tasks like data scraping or A/B testing. Each session is isolated with its own cookies and state.
multi_browserbase_stagehand_session_listLists all active browser sessions with their IDs, names, and details for easy management.
multi_browserbase_stagehand_session_closeCloses a specific browser session to free up resources and avoid extra charges.
multi_browserbase_stagehand_navigate_sessionNavigates to a URL in a specific browser session.
multi_browserbase_stagehand_act_sessionPerforms simple actions on page elements, like clicking buttons or typing text, in a specific session.
multi_browserbase_stagehand_extract_sessionPulls structured data or text from a web page based on your instructions, for a specific session.
multi_browserbase_stagehand_observe_sessionFinds interactive elements on a page, like buttons or forms, to help with actions, for a specific session.
multi_browserbase_stagehand_get_url_sessionRetrieves the current URL of a specific browser session.
browserbase_stagehand_get_all_urlsGets the current URLs for all active browser sessions.
browserbase_session_createSets up a single browser session for basic web automation tasks.
browserbase_session_closeCloses the current browser session and cleans up resources.
browserbase_stagehand_navigateNavigates to a URL in the browser.
browserbase_stagehand_actPerforms simple actions on page elements, like clicking buttons or typing text.
browserbase_stagehand_extractPulls structured data or text from a web page based on your instructions.
browserbase_stagehand_observeFinds interactive elements on a page, like buttons or forms, to help with actions.
browserbase_screenshotCaptures a screenshot of the current page for reference.
browserbase_stagehand_get_urlRetrieves the current URL of the browser page.

๐Ÿ’ธ Pricing

EventDescriptionPrice (USD)
Actor startFlat fee for starting an Actor run.$0.10
Actor runtime per minuteFlat fee for each minute of Actor runtime.$0.003
Browserbase tool callFixed fee for each browser automation tool call.$0.036

You might also like

Playwright MCP Server

jiri.spilka/playwright-mcp-server

A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright

๐Ÿ‘ User avatar

Jiล™รญ Spilka

312

Web Search MCP Server

abotapi/ai-search-mcp-server

An Apify MCP Server that provides real-time web search capabilities for AI agents via the Model Context Protocol (MCP).

Weather MCP Server

jiri.spilka/weather-mcp-server

A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API

๐Ÿ‘ User avatar

Jiล™รญ Spilka

693

5.0

DeepL MCP Server

agentify/deepl-mcp-server

A Model Context Protocol (MCP) server that provides translation capabilities using the DeepL API.

Firecrawl MCP Server

agentify/firecrawl-mcp-server

A Model Context Protocol (MCP) server implementation that integrates with Firecrawl MCP for web scraping capabilities

Time MCP Server

agentify/time-mcp-server

An MCP server implementing the Model Context Protocol (MCP) for time-related operations.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Playwright MCP Server โ€” Browser Automation via MCP Protocol

junipr/playwright-mcp-server

Model Context Protocol (MCP) server providing Playwright browser automation tools. Navigate, click, fill forms, take screenshots, evaluate JS โ€” all via WebSocket MCP transport for AI agents.

TextFormatter MCP Server

agentify/textformatter-mcp-server

A Model Context Protocol (MCP) server providing advanced text transformation, formatting, and analysis tools for AI workflows and automation.

Related articles

Browserbase vs. Nextbrowser for cloud-based browser automation
Read more
Best MCP servers for developers
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more