PeerBanHelper (MCP Server)

GitHub

Automatically block unwanted, leeches and abnormal BT peers with support for customized and cloud rules.| BT 反吸血工具 - 自动封禁不受欢迎、吸血和异常的 BT 客户端,并支持自定义规则。支持 qB/qBEE/Deluge/BiglyBT/BitComet

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "PeerBanHelper": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-PeerBanHelper"
      ]
    }
  }
}