Skip to main content
Glama
pickpppcc

qBittorrent MCP

by pickpppcc

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

Related MCP server: Sonarr MCP Server

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"
            ]
        }
    ]
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides tools for interacting with the Transmission BitTorrent client via natural language, enabling users to manage torrents, configure download settings, and monitor download activity.
    2
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to manage TV series collections through Sonarr's API using natural language interactions. Supports searching, adding, updating, and deleting TV series with detailed control over quality profiles, season monitoring, and episode downloads.
    9
  • F
    license
    A
    quality
    D
    maintenance
    Enables interaction with qBittorrent through its Web API to search for torrents using search plugins and manage downloads. Supports torrent searching, downloading via URLs/magnet links, and torrent management operations like pause, resume, and delete.
    4
    7
    3

View all related MCP servers

Related MCP Connectors

  • Create and manage AI agents that collaborate and solve problems through natural language interacti…

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • File uploads for AI agents. Upload, list, and manage files. No signup required.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pickpppcc/qbittorrent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server