Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.
claude mcp add browserbash -- npx -y browserbash-cli
claude_desktop_config.json
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"browserbash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browserbash-cli"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.PramodDutta--browserbash/reviews or the review_server meta-tool.
POST /mcp