Skip to content
Cursor

claudetest for Cursor

io.github.fasteningcode/claudetest

Playwright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs.

client:Cursor transport:stdio runtime:npm

Install claudetest 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": {
    "claudetest": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fasteningcode/claudetest"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

claudetest in other clients