Analyzing Test Quality
MCP Serverby aiskillstore · Added 5mo ago
Claude
151
Install
git clone https://github.com/aiskillstore/marketplaceAdd to Claude
claude mcp add analyzing-test-qualityQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"analyzing-test-quality": {
"command": "npx",
"args": [
"@modelcontextprotocol/analyzing-test-quality"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Automatically activated when user asks about test quality, code coverage, test reliability, test maintainability, or wants to analyze their test suite. Provides framework-agnostic test quality analysis and improvement recommendations. Does NOT provide framework-specific patterns - use jest-testing or playwright-testing for those.
Tags
developmentjavascripttypescriptgojavaskill