Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 12, 2026·2 min de lecture

Browserbase MCP — Cloud Browser Automation Tools

Browserbase MCP server exposes automation tools (navigate, act, observe, extract) backed by Browserbase + Stagehand, letting agents operate real web pages.

MCP Hub
MCP Hub · Community
Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Needs Confirmation · 62/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Single
Confiance
Confiance : Established
Point d'entrée
README.md
Commande CLI universelle
npx tokrepo install 33a22c18-fe2c-4870-9a56-5f86ac0991cb
Introduction

Browserbase MCP server exposes automation tools (navigate, act, observe, extract) backed by Browserbase + Stagehand, letting agents operate real web pages.

  • Best for: teams that want web automation as tools (testing, scraping, form flows) without running local browsers
  • Works with: MCP clients, Browserbase project + API key, Stagehand model provider key (default Gemini in README)
  • Setup time: 10 minutes

Practical Notes

  • Exposes 6 tools: start/end/navigate/act/observe/extract (README tool table)
  • Supports both hosted SHTTP and self-hosted STDIO; flags like viewport and port are configurable (README config section)

Make Browser Automation Predictable

Browser tools become flaky when prompts are vague. A few tactics help:

  • Always observe before you act so the agent uses stable element affordances.
  • Keep your extraction requests structured (“extract a table with columns X/Y/Z”) instead of “summarize”.
  • For CI-style runs, pin viewport size and avoid infinite-scroll pages.

If you need a 100% local deployment, the README documents two options:

git clone https://github.com/browserbase/mcp-server-browserbase.git
cd mcp-server-browserbase
npm install && npm run build

Then run the server via node (or Docker) and point your MCP client at it.

FAQ

Q: What credentials do I need? A: At minimum: BROWSERBASE_API_KEY + BROWSERBASE_PROJECT_ID; a model API key may be required depending on your setup.

Q: Hosted vs self-hosted? A: Hosted SHTTP is the easiest; self-hosted STDIO is available via npx @browserbasehq/mcp or Docker.

Q: How do I reduce flakiness? A: Use observe→act, keep instructions structured, and pin viewport/inputs.

🙏

Source et remerciements

Source: https://github.com/browserbase/mcp-server-browserbase > License: Apache-2.0 > GitHub stars: 3,331 · forks: 359

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires