Test Servers
Freeby MCP Community
A collection of MCP test servers including working servers (ping, resource, combined, env-echo) and test failure cases (broken-tool, crash-on-startup)
v1.1.72Added Apr 12, 2026
mcpmodel-context-protocol
Test Servers MCP Server
A collection of MCP test servers including working servers (ping, resource, combined, env-echo) and test failure cases (broken-tool, crash-on-startup)
Installation
Reviews
Installation
Quick install
npx -y @msfeldstein/mcp-test-servers
Add to claude_desktop_config.json
{
"mcpServers": {
"test-servers": {
"command": "npx",
"args": ["-y", "@msfeldstein/mcp-test-servers"]
}
}
}