Skip to content

Test Client

Free

by MCP Community

A testing utility for Model Context Protocol (MCP) servers

v1.0.1Added Apr 12, 2026
mcpmodel-context-protocoltestingtest-clienttypescript
Works with:ClaudeGPTGeminiCopilot

Test Client MCP Server

A testing utility for Model Context Protocol (MCP) servers

Installation

npx -y mcp-test-client

Reviews

Leave a Review

Installation

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