mcp-testing-server

jameswh3/mcp-testing-server
★ 0 stars Jupyter Notebook 🤖 AI/LLM Updated today
MCP Diagnostic Server - Test agent response handling, timeouts, and large payloads
View on GitHub →

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"
      ]
    }
  }
}