Skip to main content
Glama
mattmaas

qBittorrent MCP Server

by mattmaas

qBittorrent MCP Server

An MCP server that exposes 15 tools for controlling a qBittorrent instance through its WebUI API. It uses cookie-session auth and covers torrents, categories, and transfer data.

Requirements

  • Node.js 20+

  • A running qBittorrent WebUI

Related MCP server: qBittorrent MCP Server

Environment Variables

Variable

Required

Description

QBITTORRENT_URL

yes

Base URL of the WebUI, e.g. http://localhost:8080

QBITTORRENT_USERNAME

yes

WebUI login name

QBITTORRENT_PASSWORD

yes

WebUI password

MCP Client Configuration

Add this server to your MCP client's config:

{
  "mcpServers": {
    "qbittorrent": {
      "command": "node",
      "args": ["<path>/qbittorrent-mcp/server.mjs"],
      "env": {
        "QBITTORRENT_URL": "http://localhost:8080",
        "QBITTORRENT_USERNAME": "admin",
        "QBITTORRENT_PASSWORD": "your-password"
      }
    }
  }
}

Tools

15 tools cover torrent management (add, pause, resume, delete, recheck), category management, transfer info, and more.

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    F
    maintenance
    A service that provides programmatic access to qBittorrent's WebUI API, enabling management of torrents, trackers, tags, speed controls, and system information through natural language.
    25
    -
  • 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.
    7
    3
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables searching and downloading torrents from iptorrents.com using browser cookie-based authentication, with features like filtering, sorting, and freeleech detection.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables controlling a Transmission torrent daemon, allowing adding, listing, controlling torrents and checking free space, with support for SOCKS5 proxy for remote access.
    -

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/mattmaas/qbittorrent-mcp'

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