libtorrent (MCP Server)

GitHub

an efficient feature complete C++ bittorrent implementation

Claude Desktop Configuration

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

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