Stagehand
Official CodeAI-native browser automation using natural language actions built on Browserbase.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"stagehand": {
"command": "npx",
"args": [
"-y",
"stagehand-workspace"
]
}
}
}