mcp-server-browserbase

  • Browser Automation
JavaScript
24
-
security - not tested
F
license - not found
-
quality - not tested

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

  1. Tools
  2. Prompts
  3. Resources
  4. Server Configuration
  5. README.md

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

README.md

Browserbase MCP Server

cover

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.

This server provides cloud browser automation capabilities using Browserbase, Puppeteer, and Stagehand (Coming Soon). This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a cloud browser environment.

To learn to get started with Browserbase, check out 'browserbase/README.md' or Stagehand MCP.

Getting Started with available MCPs

🌐 Browserbase MCP - Located in browserbase/

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

🤘 Stagehand MCP - Located in stagehand/

FeatureDescription
Atomic InstructionsExecute precise actions like act("click the login button") or extract("find the red shoes")
Model FlexibilitySupports multiple models, including OpenAI's GPT-4 and Anthropic's Claude-3.5 Sonnet
Modular DesignEasily integrate new models with minimal changes
Vision SupportUse annotated screenshots for complex DOMs
Open SourceContribute to the project and join the Slack community for support

Alternative Installation Methods

Smithery

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues with dependencies of the server.
  • Extract server characteristics such as tools, resources, prompts, and required parameters.

Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.

Copy the following code to your README.md file:

Alternative MCP servers

  • -
    security
    A
    license
    -
    quality
    Model Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.
    MIT
    • Apple
    • Linux