TorBox MCP Server
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., "@TorBox MCP Serversearch for the latest Ubuntu ISO and add to TorBox downloads"
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.
TorBox MCP Server
A robust Model Context Protocol (MCP) server that connects your AI agents to Prowlarr and TorBox, allowing for fully autonomous torrent searching, downloading, and media extraction.
Features
Search for torrents across indexers configured in Prowlarr.
Send torrents and magnet links directly to TorBox for secure cloud downloading.
Automatically handles indexer redirects and localhost proxies (e.g., FlareSolverr).
Inspects downloaded TorBox file trees to extract specific media files.
Generates secure streaming/download links for downloaded files.
Built-in guardrails to reject executable files from media requests for security.
Related MCP server: MoviePilot MCP Admin
Requirements
Python 3.10+
TorBox Account (with API Key)
Prowlarr Instance (Local or Remote)
Docker (optional, for running Prowlarr/FlareSolverr via the included compose file)
Setup
Clone the repository.
Create a virtual environment and install dependencies:
python -m venv venv source venv/bin/activate pip install -r requirements.txtCopy
.env.exampleto.envand fill in your details:PROWLARR_URL=http://localhost:9696 PROWLARR_API_KEY=your_prowlarr_api_key_here TORBOX_API_KEY=your_torbox_api_key_hereStart the MCP server:
python src/server.pyThe SSE endpoint is
http://localhost:8000/sse. The server binds to0.0.0.0:8000by default so that it remains reachable through Docker port publishing.MCP_HOSTandMCP_PORTmay be used to override the bind address for non-Docker deployments.To run the complete stack in Docker:
docker compose up --build -dIn Docker, Prowlarr is reached by its Compose service name at
http://prowlarr:9696; do not uselocalhostfor this connection. Thelocalhostvalue in the local.envexample is only for running the MCP server directly on the host.Prowlarr indexers protected by Cloudflare can take longer than a typical HTTP request. Searches wait up to 120 seconds by default; set
PROWLARR_SEARCH_TIMEOUTto change that limit.The Docker defaults cap in-flight work to prevent slow external services from piling up inside the MCP process:
MAX_CONCURRENT_PROWLARR_SEARCHES=5 MAX_CONCURRENT_TORBOX_OPS=3 METADATA_MAX_RETRIES=30 METADATA_RETRY_DELAY=5Torrent files downloaded from Prowlarr are accepted without a size cap. To reduce peak memory use, the server spools larger
.torrentpayloads to the container temp directory before uploading them to TorBox.
Usage
The server exposes tools to your AI agent natively over MCP:
search_indexersadd_to_cloudinspect_file_treeget_secure_link
License
MIT License
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
- Alicense-qualityAmaintenanceAn MCP server that gives AI assistants control over your Sonarr, Radarr, Prowlarr, qBittorrent, and Jellyfin homelab media stack.Last updated3MIT
- Flicense-qualityDmaintenanceEnables AI agents to control MoviePilot through the MCP protocol for managing subscriptions, downloads, media searches, and system status.Last updated
- Alicense-qualityBmaintenanceUnified MCP server for media acquisition, subtitle automation, and agent-run media workflows, enabling downloads via Prowlarr/qBittorrent and subtitle translation/sidecar creation.Last updated1MIT
- AlicenseBqualityBmaintenanceEnables control and management of a self-hosted media stack (Radarr, Sonarr, Prowlarr, SABnzbd, qBittorrent) through natural language via MCP.Last updated15GPL 3.0
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Local-first RAG engine with MCP server for AI agent integration.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
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/SkibidiHorneti1345/torbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server