Skip to content

Testing

Free

by MCP Community

MCP testing server

v1.0.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Testing MCP Server

MCP testing server

Installation

Reviews

Leave a Review

Installation

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