HomeOther › qaskills

qaskills

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

TypeScript
★ 227 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y @qaskills/mcp@0.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "qaskills": {
      "command": "npx",
      "args": [
        "-y",
        "@qaskills/mcp@0.1.2"
      ],
      "env": {
        "QASKILLS_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • QASKILLS_API_URL — Override the QASkills API base URL (defaults to https://qaskills.sh)

Related servers

Data from the Official MCP Registry