arr-mcp
Manage torrents, including listing torrents, deleting torrents, adding via magnet link, and syncing VPN port.
Manage movies, including finding movies, viewing history, deleting files, blocklisting releases, interactive search, grabbing releases, adding movies, and queue management.
Manage TV series, including finding series, viewing episode history, deleting files, blocklisting releases, interactive search, grabbing releases, adding series, and queue management.
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., "@arr-mcpApprove the pending Seerr request for Dune"
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.
arr-mcp
A remote MCP server for managing your arr stack via Claude.ai on mobile. Ask Claude to fix bad downloads, block release groups, request new content, browse trending anime, and check what's popular — all from your phone.
Tools (84)
Service | Count | Highlights |
Sonarr | 23 + 1 UI | find/add/remove/update series, episode history, delete file, blocklist, interactive search, release browser UI, grab release, queue management, tags, release profiles |
Radarr | 21 + 1 UI | find/add/remove/update movie, history, delete file, blocklist, interactive search, release browser UI, grab release, queue management, tags, release profiles |
qBittorrent | 4 | list torrents, delete torrent, add via magnet, sync VPN port |
Seerr | 17 | search, request movie/TV, approve/decline, recommendations, ratings |
AniList | 6 + 4 UI | trending anime, popular, current season, search with recommendations, anime browser UI with cover art and one-click Seerr request |
TMDB | 3 + 4 UI | rich discover filtering (year, genre, rating, language, sort) for movies/TV, discovery card UI (trending/popular/upcoming, respects language/country/title blocklist) |
Interactive UI tools
These render directly in Claude.ai chat as card grids or tables:
Tool | What it shows |
| Release table with Grab button — no GUID copy-paste needed |
| Same for movies |
| Trending movies & TV with TMDB posters and Request button |
| Popular movies, with year/genre/rating/language filter bar |
| Popular TV shows, with year/genre/rating/language filter bar |
| Upcoming movies, with year/genre/rating/language filter bar |
| Trending anime with cover art and one-click Seerr request |
| All-time popular anime |
| Current season anime |
| Search anime by title |
Related MCP server: arrstack-mcp
Example workflows
Fix a bad download
"Rick and Morty S09E05 is playing the wrong episode" → finds series → gets episode → checks history → deletes file → blocklists release → searches for replacement
Pick a specific release
"Show me available releases for Severance S02E01" → interactive search UI renders a clickable release table → click Grab → downloading
Browse trending / request content
"Show me what's trending" → TMDB discovery UI loads with poster cards → click Request on anything you want
Filtered discovery
"Show me highly-rated Korean thrillers from the last 5 years" →
tmdb_discover_tvfilters by genre, language, and year range → present top matches
Discover anime
"What anime is airing this season?" → AniList seasonal UI shows cover art, score, genres → click Request → adds via Seerr
Anime recommendation workflow
"Find something similar to Attack on Titan" →
anilist_searchreturns results + recommendations → "request the top recommendation" → searches Seerr by title, requests first TV match
Manage requests
"What requests are pending in Seerr?" → lists pending → "approve the first one" → approved
Fix stalled downloads after VPN reconnect
"Downloads are stalled" → sync VPN port → qBittorrent updated
Setup
Requirements
Docker with the arr stack running (Sonarr, Radarr, qBittorrent, Seerr/Overseerr)
A public HTTPS URL pointing to the server (e.g. via Cloudflare Tunnel)
Claude Pro/Max/Team plan (required for remote MCP connectors)
Quick start with docker-compose
Copy docker-compose.example.yml, fill in your values, and run:
cp docker-compose.example.yml docker-compose.yml
# Generate a strong auth token
openssl rand -hex 32
# Edit docker-compose.yml — set ISSUER_URL, MCP_AUTH_TOKEN, and all API keys
docker compose up -dOr pull from GHCR (published on version tags):
docker pull ghcr.io/trololol91/arr-mcp:latestBuild from source
git clone https://github.com/trololol91/arr-mcp
cd arr-mcp
npm install
npm run build
docker build -t arr-mcp .Connect to Claude.ai
claude.ai → Settings → Integrations → Add custom connector
URL:
https://your-domain.com/mcpComplete the OAuth login with your
MCP_AUTH_TOKEN
Once connected, Claude will list all 84 tools automatically. No configuration beyond env vars is needed.
Configuration
See docker-compose.example.yml for a full annotated example. Required env vars:
Variable | Description |
| Public HTTPS URL Claude.ai uses to reach this server |
| Secret token — entered once during OAuth login |
| From Sonarr → Settings → General |
| From Radarr → Settings → General |
| From Seerr → Settings → General |
| From themoviedb.org → Settings → API — powers |
| qBittorrent WebUI URL (default: |
CI / CD
GitHub Actions runs on every push to main: TypeScript typecheck + full build.
Pushing a version tag (git tag v1.0.0 && git push --tags) triggers a Docker build and publishes to GHCR as ghcr.io/trololol91/arr-mcp:1.0.0, :1.0, and :1.
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.
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/trololol91/arr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server