1. Conduid
  2. Developer Tools
  3. Qbittorrent MCP
MCP server · Developer Tools

Qbittorrent MCP

MCP server: Qbittorrent MCP

Unclaimed last commit 6 months ago devtools
52Fair

Scored 4 months ago · breakdown

About Qbittorrent MCP

Qbittorrent MCP is an MCP server published by pickpppcc in the Developer Tools category: mCP server: Qbittorrent MCP. It has been installed 0 times through Conduid.

The repository has 11 stars and 8 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx qbittorrent-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Qbittorrent MCP

Powered by Claude · Grounded in docs

I know everything about Qbittorrent MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

qBittorrent MCP Service

qBittorrent MCP is a service based on FastMCP that provides functional interfaces for interacting with the qBittorrent WebUI API.

Feature List

This service provides the following features:

Torrent Management

  • add_torrent: Add torrent files to qBittorrent
  • delete_torrent: Delete specified torrents (optionally delete files)
  • pause_torrent: Pause torrent downloads
  • resume_torrent: Resume torrent downloads
  • get_torrent_list: Get list of all torrents
  • search_torrents: Search torrents

Trackers and Tags

  • get_torrent_trackers: Get tracker list for a torrent
  • add_trackers_to_torrent: Add new trackers to a torrent
  • add_torrent_tags: Add tags to a torrent

Speed and Priority Control

  • set_global_download_limit: Set global download speed limit
  • set_global_upload_limit: Set global upload speed limit
  • set_torrent_download_limit: Set download speed limit for a specific torrent
  • set_torrent_upload_limit: Set upload speed limit for a specific torrent
  • set_file_priority: Set download priority for a specific file

System Information

  • get_application_version: Get qBittorrent application version

Configuration

The service uses the following configuration parameters:

  • DEFAULT_HOST: qBittorrent WebUI host address
  • DEFAULT_USERNAME: qBittorrent WebUI username
  • DEFAULT_PASSWORD: qBittorrent WebUI password

Usage

  1. Ensure required dependencies are installed:

    pip install httpx mcp
    
  2. Run the MCP service:

    python main.py
    

Development

The service is divided into two main files:

  • main.py: Defines MCP service interface and configuration parameters
  • api.py: Implements interaction logic with qBittorrent WebUI
   "mcp_servers": [
        {
            "command": "uv",
            "args": [
                "--directory",
                "/workspace/PC-Canary/apps/qBittorrent/qbittorrent_mcp",
                "run",
                "qbittorrent.py"
            ]
        }
    ]

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Qbittorrent MCP

How do I install Qbittorrent MCP?

Run npx qbittorrent-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Qbittorrent MCP safe to use with an AI agent?

Its trust score is 52 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Qbittorrent MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.