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/mcpThe six tools
| Tool | What it does |
|---|---|
| search_skills | Find skills by query, testing type, framework, language, or agent |
| get_skill | Fetch metadata for a single skill by slug |
| get_skill_content | Read the full SKILL.md markdown for a skill |
| install_skill | Write a skill into the current project (.claude/skills or .agents/skills) |
| list_categories | Browse the category tree |
| get_leaderboard | Get the top skills by install count |
Works with any MCP client
Claude Code
claude mcp add qaskills -- npx -y @qaskills/mcpCursor / Windsurf
Add the mcpServers JSON block below to your MCP configCodex CLI / Gemini CLI
Same mcpServers JSON block; any MCP-compatible host worksGeneric 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."