Allow LLMs to control a browser with Browserbase and Stagehand
Standard I/O
npx (run directly)
npx @browserbasehq/mcpAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"-browserbasehq-mcp-server-browserbase": {
"args": [
"index.js"
],
"command": "node"
}
}
}