带速率限制的 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).
Run
npx -y 429-throttle-mcp
MCP client config
{
"mcpServers": {
"429-throttle-mcp": {
"command": "npx",
"args": [
"-y",
"429-throttle-mcp"
]
}
}
}