Test Runner
MCP Serverby aitmpl.com · Added 5mo ago
Claude
597
Install
See GitHub for installationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"test-runner": {
"command": "npx",
"args": [
"test-runner"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Automatically run relevant tests after code changes. Detects test files and runs appropriate test commands based on file extensions and project structure.
Tags
developmenthookaitmplhook