mcp-test-servers

aminahromic/mcp-test-servers
★ 0 stars JavaScript Code/Dev Tools Updated today
stateless and stateful simple (stupid) mcp servers for testing purposes
View on GitHub → 🔍 Audit Wallet Slippage →

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-test-servers": {
      "command": "npx",
      "args": [
        "-y",
        "aminahromic/mcp-test-servers"
      ]
    }
  }
}