Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Qaskills
Q
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:10:41 AM

Qaskills

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "qaskills": {
      "command": "npx",
      "args": [
        "-y",
        "qaskills"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

QASkills.sh

The Curated QA Skills Directory for AI Coding Agents

The curated QA skills directory for Claude Code, Cursor, Copilot, Windsurf, and 27+ AI coding agents.

npm version License: MIT Website YouTube

Website | Skills Directory | Leaderboard | Get Started


Why QASkills.sh?

Among 49,000+ skills on Vercel's skills.sh, barely any are dedicated to QA testing. QASkills.sh fills that gap β€” a curated, QA-specific skills directory that gives your AI coding agent expert-level testing knowledge with a single command.

Terminal
npx @qaskills/cli add playwright-e2e
Code
  βœ“ Detected agent: Claude Code
  βœ“ Installing playwright-e2e v1.0.0...
  βœ“ Skill installed successfully!

Your AI agent now writes Playwright tests using Page Object Model, fixtures, and best practices β€” automatically.


Quick Start

1. Install a skill (no global install needed)

Terminal
npx @qaskills/cli add playwright-e2e

2. Or install globally for faster access

Terminal
npm i -g @qaskills/cli
qaskills add playwright-e2e

3. Search for skills

Terminal
npx @qaskills/cli search "api testing"

4. List installed skills

Terminal
npx @qaskills/cli list

5. Remove a skill

Terminal
npx @qaskills/cli remove playwright-e2e

6. Or use the MCP server (search and install from inside your agent)

Listed in the official MCP registry as io.github.PramodDutta/qaskills.

bash
# Claude Code
claude mcp add qaskills -- npx -y @qaskills/mcp
json
// Any MCP client (Cursor, Windsurf, etc.)
{
  "mcpServers": {
    "qaskills": { "command": "npx", "args": ["-y", "@qaskills/mcp"] }
  }
}

Your agent gets six tools: search_skills, get_skill, get_skill_content, install_skill, list_categories, get_leaderboard. See packages/mcp.


Feature Highlights

FeatureDescription
27+ Agents SupportedClaude Code, Cursor, Copilot, Windsurf, Codex, Aider, Cline, Devin, and more
Auto-DetectionCLI detects which AI agent you're using and installs to the right config directory
20+ Curated SkillsExpert-reviewed QA testing patterns covering E2E, API, unit, performance, security, and more
Skill PacksInstall bundles of related skills in one command
Publish Your OwnCreate and share skills via the dashboard or CLI
Open SourceMIT licensed, community-driven

Supported Frameworks

Playwright Cypress Selenium Jest Pytest k6 JMeter Appium Postman REST Assured Cucumber Axe-core Pact

Supported AI Agents (27+)

AgentStatusAgentStatus
Claude Codeβœ…Cursorβœ…
GitHub Copilotβœ…Windsurfβœ…
Codex CLIβœ…Aiderβœ…
Continueβœ…Clineβœ…
Zed AIβœ…Bolt.newβœ…
Lovableβœ…v0βœ…
Devinβœ…Sourcegraph Codyβœ…
Replit Agentβœ…Amazon Q Developerβœ…
JetBrains AIβœ…Gemini Code Assistβœ…
Roo Codeβœ…Augment Codeβœ…
Traeβœ…And more...βœ…

Available Skills

#SkillCategoryQuality
1Playwright E2E TestingE2E, Visual92/100
2Jest Unit TestingUnit91/100
3Cypress E2E TestingE2E90/100
4OWASP Security TestingSecurity89/100
5Playwright API TestingAPI88/100
6Pytest PatternsUnit, Integration88/100
7k6 Performance TestingPerformance87/100
8Visual Regression TestingVisual86/100
9Axe-core AccessibilityAccessibility86/100
10Selenium Java TestingE2E85/100
11REST Assured APIAPI85/100
12CI/CD Pipeline ConfigDevOps85/100
13Appium Mobile TestingMobile84/100
14Postman API TestingAPI84/100
15Contract Testing (Pact)Contract84/100
16Test Data GenerationUtility83/100
17JMeter Load TestingLoad82/100
18BDD/Cucumber PatternsBDD82/100
19Test Plan GenerationProcess80/100
20Bug Report WritingProcess78/100

Browse all skills β†’


Skill Packs

Install multiple skills at once with curated packs:

PackIncludesUse Case
Full Stack QAPlaywright + Cypress + k6 + OWASP + Jest + Pytest + CI/CDComplete QA coverage
Complete Playwright SuiteE2E + API + Visual + AccessibilityPlaywright-focused teams
API Testing ToolkitPlaywright API + REST Assured + Postman + Pact + k6Backend & API testing

How It Works

Code
1. SEARCH   β†’  Browse skills on qaskills.sh or search via CLI
2. INSTALL  β†’  npx @qaskills/cli add <skill-name>
3. TEST     β†’  Your AI agent now has QA expertise built-in

The CLI auto-detects which AI agent you're using (Claude Code, Cursor, Copilot, etc.) and installs the skill's SKILL.md to the correct configuration directory. Your agent reads this file and follows the testing patterns automatically.


Publish Your Own Skill

Via the Website

  1. Go to qaskills.sh/dashboard/publish
  2. Sign in with GitHub
  3. Fill in the 5-step form
  4. Publish!

Via the CLI

bash
# Scaffold a new SKILL.md
npx @qaskills/cli init my-skill

# Edit the generated SKILL.md with your testing patterns

# Publish to the registry
npx @qaskills/cli publish

SKILL.md Format

markdown
---
name: My Testing Skill
description: What this skill teaches AI agents
version: 1.0.0
license: MIT
testingTypes: [E2E, API]
frameworks: [Playwright]
languages: [TypeScript]
agents: [claude-code, cursor, copilot]
---

# My Testing Skill

Instructions for the AI agent go here...

Tech Stack

LayerTechnology
FrameworkNext.js 15 (App Router)
UIshadcn/ui + Tailwind CSS v4
DatabaseNeon Serverless Postgres + Drizzle ORM
SearchTypesense
AuthClerk
CacheUpstash Redis
HostingVercel
CLITypeScript + Commander.js
MonorepoTurborepo + pnpm

Project Structure

Code
qaskills/
β”œβ”€β”€ packages/
β”‚   β”œβ”€β”€ web/              # Next.js 15 website & API
β”‚   β”œβ”€β”€ cli/              # @qaskills/cli (npm package)
β”‚   β”œβ”€β”€ shared/           # Types, constants, Zod schemas, parsers
β”‚   β”œβ”€β”€ sdk/              # Programmatic TypeScript SDK
β”‚   └── skill-validator/  # SKILL.md validation
β”œβ”€β”€ seed-skills/          # 20+ curated QA skill definitions
└── landingpage/          # Marketing site

Contributing

We welcome contributions! Here's how to get involved:

  1. Add a new skill β€” Create a SKILL.md and publish via the dashboard or CLI
  2. Improve existing skills β€” Submit PRs to enhance testing patterns and coverage
  3. Report bugs β€” Open an issue on GitHub
  4. Feature requests β€” Open an issue or start a discussion

Local Development

bash
# Clone the repo
git clone git@github.com:PramodDutta/qaskills.git
cd qaskills

# Install dependencies (requires pnpm 9.15+ and Node 20+)
pnpm install

# Build shared package first (other packages depend on it)
pnpm --filter @qaskills/shared build

# Start all dev servers
pnpm dev

# Run tests
pnpm test

# Lint & format
pnpm lint
pnpm format

Built by The Testing Academy

189K+ YouTube Subscribers | QA & Test Automation Education

YouTube | Website | Twitter


MIT License | Made with testing in mind

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • BoostedTravel logoBoostedTravel

    Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

    πŸ’» Developer Tools0 views
    Compare vs BoostedTravel β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about Qaskills

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "qaskills": { "command": "npx", "args": ["-y", "qaskills"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewQaskills AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/qaskills?style=directory)](https://allmcps.com/mcp/qaskills)
HTML Embed
<a href="https://allmcps.com/mcp/qaskills"><img src="https://allmcps.com/api/badge/qaskills?style=directory" alt="Qaskills on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Qaskills β†’Install in Claude DesktopInstall in CursorInstall in VS Code