R

rqbit

Integrates with the rqbit BitTorrent client to enable torrent management operations including adding...

56 views
0 installs
Updated Sep 11, 2025
Not audited
Integrates with the rqbit BitTorrent client to enable torrent management operations including adding torrents via magnet links, monitoring download progress, and controlling torrent lifecycle with pause, start, delete, and forget commands.
  1. Determine your rqbit instance setup

    • Make sure you have a running instance of rqbit. If you don’t, follow the rqbit documentation to set one up.
  2. Find your rqbit instance URL

    • The default URL is usually http://localhost:3030 unless you have configured it differently.
  3. (Optional) Set up HTTP Basic Authentication in rqbit

    • If your rqbit instance requires authentication, determine the username and password you have set for access.
    • Compose your userpass string as username:password.
  4. Copy the necessary values

    • The value for RQBIT_URL is your rqbit instance URL (e.g., http://localhost:3030).
    • The value for RQBIT_HTTP_BASIC_AUTH_USERPASS (if used) is your username and password in the format username:password.
  5. Open the FastMCP connection interface

    • On your FastMCP project page, locate the "Install Now" or environment variable configuration section.
  6. Fill in the environment values

    • Add the following environment variables in the interface:
      • RQBIT_URL: set this to your rqbit instance URL.
      • (Optional) RQBIT_HTTP_BASIC_AUTH_USERPASS: set this if you configured basic authentication in your rqbit instance.
  7. Save the configuration and finish installation

    • Confirm and save the environment variable values to complete your setup. Your MCP server will now be able to connect to the rqbit backend according to the settings provided.

Quick Start

View on GitHub

More for File Systems

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.