Skip to content
Cursor

qaskills for Cursor

io.github.pramoddutta/qaskills

Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client.

client:Cursor transport:stdio runtime:npm

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

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

qaskills in other clients