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

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.