Testing Kit
Freeby MCP Community
The testing library you need to test your MCP servers
v0.2.0Added Apr 12, 2026
Testing Kit MCP Server
The testing library you need to test your MCP servers
Installation
Reviews
Installation
Quick install
npx -y mcp-testing-kit
Add to claude_desktop_config.json
{
"mcpServers": {
"testing-kit": {
"command": "npx",
"args": ["-y", "mcp-testing-kit"]
}
}
}