Back to Home
GarviChittora icon

mcp-server-browserbase

Verified Safe

by GarviChittora

Overview

This server provides cloud browser automation capabilities, enabling LLMs to interact with web pages, extract data, take screenshots, and perform automated actions.

Installation

Run Command
npx @browserbasehq/mcp-server-browserbase

Environment Variables

  • BROWSERBASE_API_KEY
  • BROWSERBASE_PROJECT_ID
  • GEMINI_API_KEY

Security Notes

The server uses environment variables for API keys, which is a good practice. It explicitly checks for required API keys upon startup or session creation. However, the configuration allows binding to '0.0.0.0' for SHTTP transport, which should be used with caution as it exposes the server to all network interfaces. Initial config resolution in `src/config.ts` might assign dummy API keys if env vars are missing, though subsequent checks in `src/index.ts` and `src/sessionManager.ts` prevent actual functionality without valid keys. No direct `eval` or obvious malicious patterns were found in the provided code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-30

Tags

Browser AutomationLLM IntegrationWeb ScrapingScreenshotsAI Agent