mcp-server-browserbase
Verified Safeby browserbase
Overview
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
Installation
npx @browserbasehq/mcp-server-browserbaseEnvironment Variables
- BROWSERBASE_API_KEY
- BROWSERBASE_PROJECT_ID
- GEMINI_API_KEY
- GOOGLE_API_KEY
- GOOGLE_GENERATIVE_AI_API_KEY
- MODEL_API_KEY
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
Security Notes
The server correctly uses environment variables for API keys, preventing hardcoding of sensitive data. It explicitly warns users about the security implications of binding the SHTTP server to '0.0.0.0'. No direct use of `eval` or other dangerous code execution patterns was identified. The overall security relies on securely managing the provided API keys for Browserbase and the integrated LLMs.
Similar Servers
brightdata-mcp
Enables AI agents to access, search, extract, and navigate the live web in real-time without being blocked.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
AgentBoard
Integrates AI agents with browser capabilities, enabling interaction with web pages and external Model Context Protocol (MCP) servers through a suite of specialized tools for tasks like content extraction and web automation.
flowlens-mcp-server
Provides coding agents with full browser context from recorded user flows for debugging and regression testing.