qui-mcp
Provides tools for monitoring and managing qBittorrent instances, torrents, categories, tags, preferences, and automations.
Provides tools for managing RSS feeds and automation related to torrent fetching and cross-seeding.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@qui-mcpWhat torrents are currently downloading?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
qui-mcp
MCP server exposing qui's JSON REST API as tools for monitoring and managing qBittorrent instances, torrents, automations, cross-seeding, RSS, backups, and related services.
Built with FastMCP. The initial release mirrors the full JSON API route surface as one MCP tool per endpoint.
Install
uv tool install qui_mcp-*.whlRegister with Claude Code:
claude mcp add qui \
--env QUI_URL=https://your-qui-host \
--env QUI_API_KEY=<api-key> \
-- qui-mcpFrom source:
uv sync
claude mcp add qui \
--env QUI_URL=https://your-qui-host \
--env QUI_API_KEY=<api-key> \
-- uv run --directory /path/to/qui-mcp qui-mcpRelated MCP server: arr-mcp
Configuration
Env var | Required | Description |
| yes | qui host, optionally including a reverse-proxy base path; |
| no | API key sent as |
Create API keys in qui under Settings -> API Keys. The server never logs the key and sends no authentication header when it is unset.
Tools
The server registers one tool for every supported JSON endpoint. This includes instances, torrents, categories, tags, preferences, automations, RSS, backups, orphan scans, cross-seed, Torznab, ARR integrations, notifications, API-key management, logs, and application metadata.
Streaming endpoints and binary downloads are intentionally omitted because MCP
tool results are structured JSON values. Session-creation endpoints
(/auth/setup, /auth/login, and /auth/logout) are also omitted; use qui's
web UI for those flows.
Every tool accepts one optional arguments object:
{
"instanceID": 1,
"hash": "torrent-info-hash",
"params": {"filter": "downloading"},
"body": {"value": "request payload"}
}Path variables use their documented names. Query values belong in params and
JSON request payloads belong in body.
Development
make help
make sync
make test
make buildmake test uses only httpx.MockTransport. Live smoke tests require
QUI_URL and can be run with make test-integration.
The release workflow builds a wheel and source distribution when a v* tag is
pushed. Start at version 0.0.0; use make bump-patch, commit, tag, and push
for the first release.
This server cannot be installed
Maintenance
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
- AlicenseBqualityCmaintenancePython wrapper & MCP server for the rqbit API83MIT
- Flicense-qualityBmaintenanceA remote MCP server for managing your arr stack (Sonarr, Radarr, qBittorrent, Seerr) via Claude.ai on mobile, enabling you to fix bad downloads, block release groups, request new content, and check trending.
- Alicense-qualityBmaintenanceA locally-run, read-only MCP server that lets an LLM client diagnose a self-hosted *arr media stack by aggregating across Sonarr, Radarr, Prowlarr, qBittorrent, Tdarr, and Profilarr.Apache 2.0
- AlicenseAqualityAmaintenanceMCP server to drive a local JDownloader 2 instance through its entire download lifecycle, including adding links/containers, linkgrabber management, queue control, priority, force-start, progress tracking, and cleanup.171MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server exposing the Backtest360 engine API as tools for AI agents.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SavageCore/qui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server