test for Claude Desktop
io.github.dave-london/test
Auto-detects test framework (pytest, jest, vitest) and returns structured results.
client:Claude Desktop
transport:stdio
runtime:npm
Install test in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"test": {
"command": "npx",
"args": [
"-y",
"@paretools/test"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs