Test Client
Freeby MCP Community
A testing utility for Model Context Protocol (MCP) servers
v1.0.1Added Apr 12, 2026
mcpmodel-context-protocoltestingtest-clienttypescript
Test Client MCP Server
A testing utility for Model Context Protocol (MCP) servers
Installation
npx -y mcp-test-client
Reviews
Installation
Quick install
npx -y mcp-test-client
Add to claude_desktop_config.json
{
"mcpServers": {
"test-client": {
"command": "npx",
"args": ["-y", "mcp-test-client"]
}
}
}