slow-npx-mcp

calvinmclean/slow-npx-mcp
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 1d ago
test mcp server timeouts
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": {
    "slow-npx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "calvinmclean/slow-npx-mcp"
      ]
    }
  }
}