Skip to content

Testing Kit

Free

by MCP Community

The testing library you need to test your MCP servers

v0.2.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Testing Kit MCP Server

The testing library you need to test your MCP servers

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-testing-kit
Add to claude_desktop_config.json
{
  "mcpServers": {
    "testing-kit": {
      "command": "npx",
      "args": ["-y", "mcp-testing-kit"]
    }
  }
}