qbittorrent-mcp
0
qbittorrent-mcp is a remote management tool that allows for simplified and automated control of QBittorrent using the Model Context Protocol. It is designed for integration with AI assistants and other automation tools, featuring a simple interface and asynchronous support.
Common Questions
Q: What if the connection fails? A: Check if QBittorrent WebUI is open, if the port/username/password are correct, or if there is a firewall block.
Q: How to obtain the hash value of a torrent?
A: Call list_torrents()
, the returned information includes the hash of each torrent.
Q: Does it support batch operations? A: The current interface operates on a single torrent; for batch operations, loop over calls.