MCP Server for Radarr and Sonarr services
MCP Server for Radarr and Sonarr services. The mcp radarr and sonarr server mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.
An MCP server that integrates with Radarr and Sonarr to manage your media library.
Everything the assistant can do here goes through one of these:
search_media — Search for movies or TV shows with filters: typescript { mediaType: "movie" | "series", // Required year?: number, // Optional genre?: string //request_download — Request a download for specific media: typescript { mediaType: "movie" | "series", // Required id: number // Required }check_status — Check the status of specific media: typescript { mediaType: "movie" | "series", // Required id: number // Required }get_system_status — Get system health and storage information: typescript { system: "radarr" | "sonarr" | "both" // Required - Which system to check }Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 4 environment variables: RADARR_URL, RADARR_API_KEY, SONARR_URL, SONARR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Radarr And Sonarr Server's toolset — search_media, request_download, check_status and 1 more — is a fair guide to whether it matches your workflow. It is maintained by JasonTulp; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| search_media | Search for movies or TV shows with filters: typescript { mediaType: "movie" | "series", // Required year?: number, // Optional genre?: string // Optional } |
| request_download | Request a download for specific media: typescript { mediaType: "movie" | "series", // Required id: number // Required } |
| check_status | Check the status of specific media: typescript { mediaType: "movie" | "series", // Required id: number // Required } |
| get_system_status | Get system health and storage information: typescript { system: "radarr" | "sonarr" | "both" // Required - Which system to check } |
| Variable | Description | Required |
|---|---|---|
| RADARR_URL | Endpoint or connection string the server talks to. | Yes |
| RADARR_API_KEY | Credential the server authenticates with. | Yes |
| SONARR_URL | Endpoint or connection string the server talks to. | Yes |
| SONARR_API_KEY | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.