Odel
qaskills

qaskills

Local
@pramoddutta214TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@qaskills/mcpv0.1.2

Run

npx -y @qaskills/mcp

MCP client config

{
  "mcpServers": {
    "qaskills": {
      "command": "npx",
      "args": [
        "-y",
        "@qaskills/mcp"
      ]
    }
  }
}