🧠 Browserbase SSE Server
@BryanVillaDev
About 🧠 Browserbase SSE Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 🧠 Browserbase SSE Server?
A Node.js SSE (Server-Sent Events) server that proxies the Browserbase API, streaming real-time responses from models like GPT-4. Designed for use in MCP (Master Control Program) projects and frontends needing live communication.
How to use 🧠 Browserbase SSE Server?
Clone the repository, install dependencies with npm install, then run the server. Pass parameters prompt, browserbase_api_key, and project_id via URL query strings.
Key features of 🧠 Browserbase SSE Server
- Streams responses using EventSource (SSE).
- Supports dynamic parameters via URL.
- Acts as a proxy for Browserbase API.
- Ideal for real‑time chat and frontend integration.
Use cases of 🧠 Browserbase SSE Server
- Embedding real‑time AI chat in a web frontend.
- Proxying Browserbase API calls for MCP projects.
- Streaming model responses without blocking.
- Building live assistants that need low‑latency output.
FAQ from 🧠 Browserbase SSE Server
What runtime environment does the server require?
Node.js version 18 or higher is required.
What credentials are needed to use it?
A Browserbase account, including an API key and a project ID.
How is authentication handled?
API keys and project IDs are passed as URL query parameters (browserbase_api_key and project_id).
What transport protocol does it use?
Server‑Sent Events (SSE) over HTTP, using the EventSource interface.
Can this server be used with MCP projects?
Yes, the README explicitly states it is suitable for MCP (Master Control Program) integrations.
Frequently asked questions
What runtime environment does the server require?
Node.js version 18 or higher is required.
What credentials are needed to use it?
A Browserbase account, including an API key and a project ID.
How is authentication handled?
API keys and project IDs are passed as URL query parameters (`browserbase_api_key` and `project_id`).
What transport protocol does it use?
Server‑Sent Events (SSE) over HTTP, using the `EventSource` interface.
Can this server be used with MCP projects?
Yes, the README explicitly states it is suitable for MCP (Master Control Program) integrations.
Basic information
More Browser Automation MCP servers
Yoyo
firecrawl🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
playwright-server MCP server
blackwhite084
HTML/CSS to Image
An MCP server for generating images from HTML & CSS or screenshots of URLs using htmlcsstoimage.com.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
MCP server w/ Browser Use
JovaniPinkFastAPI server implementing MCP protocol Browser automation via browser-use library.
Comments