Skip to content
Cursor

test for Cursor

io.github.dave-london/test

Auto-detects test framework (pytest, jest, vitest) and returns structured results.

client:Cursor transport:stdio runtime:npm

Install test in Cursor

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

{
  "mcpServers": {
    "test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test"
      ]
    }
  }
}

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

test in other clients