Odel
429 throttle mcp

429 throttle mcp

Local
@iqingyoung1JavaScriptMITUpdated 1w ago

带速率限制的 MCP HTTP 代理:滑动窗口+令牌桶控速,长程任务不再 429

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm429-throttle-mcpv1.2.0

Run

npx -y 429-throttle-mcp

MCP client config

{
  "mcpServers": {
    "429-throttle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "429-throttle-mcp"
      ]
    }
  }
}