Skip to content
Cursor

Vibe Test — Browser Testing Agent for Cursor

io.github.aishwaryshrivastav/vibe-testing

Code-aware browser testing agent — 14 Playwright tools for AI code editors via MCP

client:Cursor transport:stdio runtime:npm

Install Vibe Test — Browser Testing Agent in Cursor

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

{
  "mcpServers": {
    "vibe-testing": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vibe-testing"
      ]
    }
  }
}

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

Vibe Test — Browser Testing Agent in other clients