Back to Home
browserbase icon

mcp-server-browserbase

by browserbase

Overview

Provides cloud browser automation capabilities, enabling LLMs to interact with web pages, take screenshots, extract information, and perform automated actions.

Installation

Run Command
npx @browserbasehq/mcp-server-browserbase

Environment Variables

  • BROWSERBASE_API_KEY
  • BROWSERBASE_PROJECT_ID
  • GEMINI_API_KEY
  • MODEL_API_KEY
  • GOOGLE_API_KEY
  • GOOGLE_GENERATIVE_AI_API_KEY

Security Notes

The server avoids direct 'eval' or hardcoded secrets, relying on environment variables for sensitive API keys. However, its core functionality involves giving LLMs autonomous control over a browser session based on user prompts. This inherently carries security risks such as potential for prompt injection, navigating to malicious sites, or performing unintended actions if the LLM or user input is not fully trusted. While the implementation itself appears robust for its intended purpose, the powerful nature of web automation via AI agents necessitates careful oversight of LLM behavior and input sanitization by the client application.

Similar Servers

Stats

Interest Score100
Security Score7
Cost ClassHigh
Avg Tokens10000
Stars2879
Forks315
Last Update2025-12-06

Tags

Browser AutomationLLM IntegrationWeb ScrapingData ExtractionAI Agent