Skip to main content
Glama

qBittorrent MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QBITTORRENT_HOSTNoThe host URL for qBittorrent Web UIhttp://localhost:8080
QBITTORRENT_PASSWORDYesPassword for qBittorrent Web UI authentication
QBITTORRENT_USERNAMENoUsername for qBittorrent Web UI authenticationadmin

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_torrents

Search for torrents using qBittorrent's search plugins.

Args: query: Search query string plugins: Comma-separated list of plugin names or "all" for all enabled plugins category: Filter by category (all, movies, tv, music, games, anime, software, pictures, books)

Returns: List of search results with torrent information

download_torrent

Download a torrent by URL or magnet link.

Args: url: Torrent URL or magnet link save_path: Directory to save the torrent (optional) category: Category to assign to the torrent (optional) tags: Comma-separated tags to assign (optional) paused: Start torrent in paused state (default: False)

Returns: Status information about the download

get_torrent_info

Get information about torrents in qBittorrent.

Args: torrent_hash: Specific torrent hash to get info for (optional, returns all if not provided)

Returns: List of torrent information

list_search_plugins

List all available search plugins in qBittorrent.

Returns: List of search plugins with their status

pause_torrent

Pause a torrent.

Args: torrent_hash: Hash of the torrent to pause

Returns: Status message

resume_torrent

Resume a paused torrent.

Args: torrent_hash: Hash of the torrent to resume

Returns: Status message

delete_torrent

Delete a torrent from qBittorrent.

Args: torrent_hash: Hash of the torrent to delete delete_files: Also delete downloaded files (default: False)

Returns: Status message

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/jabberjabberjabber/qbit-mcp'

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