Skip to content
Cursor

browserbash for Cursor

io.github.pramoddutta/browserbash

Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.

client:Cursor transport:stdio runtime:npm

Install browserbash in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "browserbash": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "browserbash-cli"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

browserbash in other clients