browserbash for Cline
io.github.pramoddutta/browserbash
Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.
client:Cline
transport:stdio
runtime:npm
Install browserbash in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs