mcpbeat Sign in

Qaskills MCP Server

local only

Qaskills runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 18 · avg 9 · +10% w/w
a month agotoday
42
Installs / week
npm · @qaskills/mcp
226
Stars
2 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

find . -type d -name __pycache__ -prune -exec rm -rf {} +
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Avoid mounting \`/var/run/docker.sock\` into test jobs just to launch service containers. Access to a powerful engine socket commonly permits host-level actions. If browser tests need application dependencies, provision them through the CI executor's controlled service mechanism,…
Never cache secrets written by registry authentication. Configure scoped registry tokens through masked CI variables and ensure \`.npmrc\` with interpolated credentials is not inside a cache path or artifact. Prefer short-lived credentials where the registry supports them.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Qaskills and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qaskills -- npx -y @qaskills/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qaskills": {
      "args": [
        "-y",
        "@qaskills/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qaskills]
command = "npx"
args = ["-y", "@qaskills/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qaskills": {
      "args": [
        "-y",
        "@qaskills/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qaskills": {
      "args": [
        "-y",
        "@qaskills/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QASKILLS_API_URL (Override the QASkills API base URL (defaults to https://qaskills.sh)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Qaskills

same job, measured the same way
Sapiom
by sapiom

Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.

412 installs/wk local only
Skillproof
by skillproofdev

Check whether a Claude Code skill was tested and whether it works before installing it.

37 installs/wk local only
I
CTnP MCP Server
by jitsmaster

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

local only
Getprompts
by sidsaladi9

Search 1,000+ battle-tested AI prompts from getprompts.org into Claude Code, Cursor, ChatGPT.

25 installs/wk local only
No-Shell Agent Architect MCP
by loved0543-dotcom

Turns vague automation requests into tool stacks, prompts, QA checks, and human boundaries.

7 tools answering
Qatouch
by qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

113 installs/wk local only
Timeweaver MCP
by fixtureforge

Synthetic time-series test data with trend, seasonality, noise, and anomalies, for any MCP client.

55 installs/wk local only
Code Atlas
by lusiem

Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.

46 installs/wk local only

Qaskills — questions

Answers built from our own checks of this server.

Why is there no uptime for Qaskills?
Qaskills runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @qaskills/mcp was installed 42 times last week.
How do I connect Qaskills?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @qaskills/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Qaskills?
The npm package @qaskills/mcp was installed 42 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qaskills open source?
Yes — it is published under the MIT licence, written in TypeScript, 226 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.