Stagehand SDK (Browserbase)
Official WebThe SDK for browser agents — AI-powered web automation framework combining natural language and code.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"stagehand-sdk": {
"command": "npx",
"args": [
"-y",
"stagehand-workspace"
]
}
}
}