Provides tools for managing movie libraries, including listing movies, searching for films, triggering downloads, checking download queues, and viewing upcoming movie releases.
Provides tools for managing TV series libraries, including listing series, viewing episodes, searching for shows, triggering downloads, checking download queues, and viewing upcoming episode calendars.
MCP *arr Server
MCP server for the *arr media management suite - Sonarr, Radarr, Lidarr, Readarr, and Prowlarr.
Why Use This?
Unified media management - Control all your *arr applications from one interface
Natural language queries - Ask about your library in plain English
Cross-service search - Find content across TV, movies, music, and books simultaneously
Download monitoring - Check queue status and progress across all services
Calendar integration - See upcoming releases for all media types
Flexible configuration - Enable only the services you use
Features
Category | Capabilities |
Sonarr (TV) | List series, view episodes, search shows, trigger downloads, check queue, view calendar |
Radarr (Movies) | List movies, search films, trigger downloads, check queue, view releases |
Lidarr (Music) | List artists, view albums, search musicians, trigger downloads, check queue, view calendar |
Readarr (Books) | List authors, view books, search writers, trigger downloads, check queue, view calendar |
Prowlarr (Indexers) | List indexers, search across all trackers, test health, view statistics |
Cross-Service | Status check, unified search across all configured services |
Prerequisites
Node.js 18+
At least one *arr application running with API access:
Installation
Using npm (Recommended)
From Source
Configuration
Getting API Keys
Each *arr application has an API key in Settings > General > Security:
Open your *arr application's web interface
Go to Settings > General
Find the API Key under the Security section
Copy the API key for use in configuration
For Claude Desktop
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
For Claude Code
Add to ~/.claude.json:
Note: Only configure the services you have running. The server automatically detects which services are available based on the environment variables you provide.
Usage Examples
Library Management
"Show me all my TV series"
"What movies do I have in Radarr?"
"List all artists in my music library"
"How many books do I have by Stephen King?"
Searching for Content
"Search for Breaking Bad on Sonarr"
"Find the movie Inception"
"Search for Taylor Swift albums"
"Look up books by Brandon Sanderson"
Download Queue
"What's downloading right now?"
"Check the Sonarr queue"
"Show Radarr download progress"
Upcoming Releases
"What TV episodes are coming this week?"
"Show upcoming movie releases"
"Any new albums coming out this month?"
"Show me upcoming book releases"
Downloading Content
"What episodes of Severance am I missing?"
"Download the missing episodes for that show"
"Search for this specific movie"
"Grab that Japanese Breakfast album"
"Download all missing books by Brandon Sanderson"
Indexer Management
"Are my indexers healthy?"
"How are my indexers performing?"
"Test all my Prowlarr indexers"
Cross-Service
"Check status of all my *arr services"
"Search for 'The Office' across all services"
Available Tools
General Tools
Tool | Description |
| Get connection status for all configured *arr services |
| Search across all configured services simultaneously |
Sonarr Tools (TV)
Tool | Description |
| List all TV series in your library |
| Search for TV series to add |
| View current download queue |
| See upcoming episodes |
| List episodes for a series (shows missing vs available) |
| Trigger search for all missing episodes in a series |
| Trigger search for specific episode(s) |
Radarr Tools (Movies)
Tool | Description |
| List all movies in your library |
| Search for movies to add |
| View current download queue |
| See upcoming releases |
| Trigger search to download a movie in your library |
Lidarr Tools (Music)
Tool | Description |
| List all artists in your library |
| Search for artists to add |
| View current download queue |
| List albums for an artist (shows missing vs available) |
| Trigger search for a specific album |
| Trigger search for all missing albums for an artist |
| See upcoming album releases |
Readarr Tools (Books)
Tool | Description |
| List all authors in your library |
| Search for authors to add |
| View current download queue |
| List books for an author (shows missing vs available) |
| Trigger search for specific book(s) |
| Trigger search for all missing books for an author |
| See upcoming book releases |
Prowlarr Tools (Indexers)
Tool | Description |
| List all configured indexers |
| Search across all indexers |
| Test all indexers and return health status |
| Get indexer statistics (queries, grabs, failures) |
Development
Troubleshooting
"No *arr services configured"
Ensure you have set at least one pair of URL and API_KEY environment variables:
"API error: 401 Unauthorized"
The API key is incorrect. Verify it in your *arr application under Settings > General > Security.
"fetch failed" or "ECONNREFUSED"
The *arr application is not running or the URL is incorrect. Verify:
The application is running
The URL and port are correct
There's no firewall blocking the connection
"Sonarr/Radarr/etc not configured"
You tried to use a tool for a service that isn't configured. Add the corresponding URL and API_KEY environment variables.
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
License
MIT - see LICENSE for details.
Links
Servarr Wiki - Documentation for all *arr applications
This server cannot be installed