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 Video2026

Generative-AI-enabled timeline video editor for macOS that lets creators generate and edit videos and images directly inside the timeline. Includes a local MCP server for agent integrations (Claude/Codex/Cursor); editor is open-source while generative processing is closed-source and subscription-based; macOS 26 on Apple Silicon only.

GitHub

Provides a local-first web-intelligence layer for AI agents: search, fetch, crawl, extract, cache, find-similar and agent-style research without API keys or per-query billing, running as an MCP server, REST daemon, or SDK.

GitHub
AI Client2026

Transforms unstructured documents into strongly-typed Knowledge Abstracts with one CLI command, extracting entities and relations into graphs, hypergraphs, and spatio‑temporal structures. Includes 80+ templates, multiple RAG engines, local vLLM support, Obsidian export and an MCP server.