AIAny
Icon for item

mcp-server-browserbase

Exposes a managed cloud browser to an LLM as MCP tools, letting an agent open sessions, navigate, click, read page elements, and pull data from live websites. Built on Stagehand, so steps are written in plain language, not brittle CSS selectors.

Introduction

Most "give your agent a browser" tools break the moment a page re-renders or an ad shifts the DOM, because they hard-code CSS selectors that drift constantly. This MCP server takes a different bet: it routes every action through Stagehand's model-driven layer, so the agent says "click the login button" and the server figures out which element that is at runtime. The browser itself runs on Browserbase's cloud, not the agent's machine, which means proxies, stealth, and CAPTCHA handling come for free.

What Sets It Apart
  • Selectors are inferred, not declared. The agent describes intent in natural language; Stagehand resolves it against the live DOM, so the same script survives layout changes that would shatter a Playwright recording.
  • The browser is infrastructure, not a local process. Sessions live on managed cloud browsers with rotating proxies and verified-identity options, so anti-bot defenses that block local headless runs are handled outside the agent's logic.
  • Two ways to wire it in. A hosted SHTTP endpoint needs only an API key, while a self-hosted STDIO build lets you pin your own model (Gemini, GPT, or Claude) and keep traffic in-house.
适合谁 + 权衡

A strong fit if your agent must operate sites that have no API and change often, or if you want web automation without running a browser fleet yourself. Look elsewhere if your targets expose clean APIs, if you need deterministic, replayable scripts (model-inferred actions vary run to run), or if per-session cloud cost and the dependency on Browserbase's platform are dealbreakers.

Information

  • Websitegithub.com
  • AuthorsBrowserbase, Inc.
  • Published date2024/12/06

Categories

More Items

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub

Lets AI agents produce expressive, polished charts from compact, human-editable semantic specs; the compiler infers layout, scales, and labels and emits Vega-Lite, ECharts, or Chart.js outputs, with an MCP server for agent-driven chart creation and rendering.