Browserbase MCP Server
Allow LLMs to control a browser with Browserbase and Stagehand
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Browserbase MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/browserbase/mcp-server-browserbase#readme
#
# 2. Add it to Claude Code:
claude mcp add browserbase -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "mcp-server-browserbase": { "command": "<...>", "args": ["<...>"] }
# }
# }