Skip to main content
In the official MCP registry

QASkills MCP Server

Give any AI coding agent the ability to search, read, and install 400+ QA testing skills without leaving the conversation. One stdio MCP server, six tools, zero config.

Quick install (Claude Code)
claude mcp add qaskills -- npx -y @qaskills/mcp

The six tools

ToolWhat it does
search_skillsFind skills by query, testing type, framework, language, or agent
get_skillFetch metadata for a single skill by slug
get_skill_contentRead the full SKILL.md markdown for a skill
install_skillWrite a skill into the current project (.claude/skills or .agents/skills)
list_categoriesBrowse the category tree
get_leaderboardGet the top skills by install count

Works with any MCP client

Claude Code
claude mcp add qaskills -- npx -y @qaskills/mcp
Cursor / Windsurf
Add the mcpServers JSON block below to your MCP config
Codex CLI / Gemini CLI
Same mcpServers JSON block; any MCP-compatible host works
Generic mcpServers config
{
  "mcpServers": {
    "qaskills": {
      "command": "npx",
      "args": ["-y", "@qaskills/mcp"]
    }
  }
}

How it works

Your agent hits a testing problem, calls search_skills to find a matching QA skill, reads it with get_skill_content, then runs install_skill to drop the SKILL.md into your project. The moment of need becomes the moment of adoption, no browser tab required. Prefer the terminal? The qaskills CLI does the same thing from the command line, and you can browse all 400+ skills on the site.

Get started

Add the server, then ask your agent: "search qaskills for a Playwright E2E skill and install it."