Test
Freeby MCP Community
MCP server for test runners — structured pass/fail results with failure details for AI agents
v0.18.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolstructured-outputai
Test MCP Server
MCP server for test runners — structured pass/fail results with failure details for AI agents
Installation
npx -y @paretools/test
Reviews
Installation
Quick install
npx -y @paretools/test
Add to claude_desktop_config.json
{
"mcpServers": {
"test": {
"command": "npx",
"args": ["-y", "@paretools/test"]
}
}
}