rqbit
JSON →Interact with the rqbit torrent client API. Requires a running rqbit instance.
Install
pip install rqbit-mcp Tools · 8
- list_torrents List all torrents and their details.
- download_torrent Download a torrent from a magnet link or a file.
- get_torrent_details Get detailed information about a specific torrent.
- get_torrent_stats Get stats/status of a specific torrent.
- pause_torrent Pause a torrent.
- start_torrent Start a torrent.
- forget_torrent Forget a torrent, keeping the files.
- delete_torrent Delete a torrent and its files.
Environment variables
RQBIT_URL
Links
★ 3 GitHub stars