Radarr MCP Server
Related Servers
Alternatives to Radarr MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables full management of a Radarr movie library through natural language, including searching, adding, editing, and deleting movies, managing the download queue, calendar, wanted list, quality profiles, and import exclusions.23MIT
- AlicenseCqualityAmaintenanceEnables managing all Radarr movie management operations via natural language, covering 237 v3 API endpoints for tasks like managing movies, queues, quality profiles, and custom formats with full API completeness.237MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage TV shows and movies via Sonarr and Radarr, including searching, adding, and monitoring downloads.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage media automation services like Sonarr, Radarr, Prowlarr, Bazarr, Overseerr, and Plex through natural language commands.7MIT
- FlicenseAqualityBmaintenanceEnables users to manage Sonarr and Radarr instances through natural language, allowing search, addition, deletion, and monitoring of TV series and movies.60-
- AlicenseCqualityAmaintenanceMCP server exposing Radarr's v3 REST API as tools, enabling LLMs to read and manage movies, downloads, history, indexers, and more.100MIT
TDQS
Scored across 61 tools
Most tools have clearly distinct resources or actions, and the descriptions differentiate pairs like list_movies/get_movie and get_history/get_movie_history well. However, singular/bulk pairs such as update_movie/edit_movies and delete_movie/delete_movies could still be confused without carefully reading the descriptions.
The server overwhelmingly follows a snake_case verb_noun pattern, with list_/get_/add_/delete_/remove_ used predictably. Minor deviations like update_movie vs edit_movies, create_tag vs add_movie, and mixing delete_ with remove_ keep it from being perfectly consistent.
61 tools is far beyond the typical well-scoped MCP surface and exceeds the extreme-mismatch threshold. Even for a complex application like Radarr, exposing nearly every endpoint as a separate tool creates a bloated surface where many list, test, and config tools could be consolidated.
Core Radarr workflows are thoroughly covered, including movie CRUD, queue and file handling, release searching/grabbing, history, wanted, blocklist, commands, and system diagnostics. Minor gaps exist around full admin CRUD for indexers, download clients, import lists, notifications, and quality profiles, which are only list/test rather than fully manageable.