MCP Diagnostic Server - Test agent response handling, timeouts, and large payloads
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-testing-server": {
"command": "npx",
"args": [
"-y",
"jameswh3/mcp-testing-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-testing-server npx -y jameswh3/mcp-testing-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-testing-server": {
"command": "npx",
"args": [
"-y",
"jameswh3/mcp-testing-server"
]
}
}
}