MCParr Server
Allows managing movies via Radarr, including browsing, searching by year/genre, requesting downloads, checking download status, and monitoring system health and disk space.
Allows managing TV shows via Sonarr, including browsing, searching by year/genre, requesting downloads, checking download status, and monitoring system health and disk space.
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., "@MCParr Serversearch for new sci-fi movies"
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.
MCP Radarr and Sonarr Server
An MCP server that integrates with Radarr and Sonarr to manage your media library.
Features
Current Features:
Browse your movie and TV show library
Search and filter media by year and genre
Request downloads for movies and TV shows
Check download and monitoring status
System health monitoring and management
Disk space monitoring
System health checks
Status reporting
Related MCP server: Sonarr & Radarr MCP Server
Installation
Local Installation
Install dependencies:
pnpm installGlobal Installation
To install MCParr Server globally on your system:
pnpm run install-globalThis will make the mcparr command available globally in your terminal.
Configuration
Set up environment variables:
export RADARR_URL=http://your-radarr-instance:7878
export RADARR_API_KEY=your-radarr-api-key
export SONARR_URL=http://your-sonarr-instance:8989
export SONARR_API_KEY=your-sonarr-api-keyAlternatively, you can create a .env file in your project directory with these variables.
Usage
Running Locally
Build and run the server:
pnpm run build
pnpm startFor development:
pnpm run devRunning Globally
If installed globally, simply run:
mcparrAPI Reference
search_media
Search for movies or TV shows with filters:
{
mediaType: "movie" | "series", // Required
year?: number, // Optional
genre?: string // Optional
}request_download
Request a download for specific media:
{
mediaType: "movie" | "series", // Required
id: number // Required
}check_status
Check the status of specific media:
{
mediaType: "movie" | "series", // Required
id: number // Required
}get_system_status
Get system health and storage information:
{
system: "radarr" | "sonarr" | "both" // Required - Which system to check
}Response includes:
System status (version, uptime, etc.)
Disk space information
Health check results
Resources
Media is exposed as resources with the following URI schemes:
Movies:
radarr://movie/{id}TV Shows:
sonarr://series/{id}
Each resource includes:
Title
Year
Current status
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
- AlicenseAqualityBmaintenanceEnables unified control of \*arr media management applications (Sonarr, Radarr, Lidarr, Readarr, Prowlarr) through natural language queries. Manage TV shows, movies, music, books, search for content, monitor downloads, and check upcoming releases across all services.Last updated66709184MIT
- Alicense-qualityDmaintenanceEnables interaction with Sonarr and Radarr APIs to query media libraries, check recent additions, view upcoming releases, manage download queues, and perform searches for TV shows and movies through natural language.Last updated1MIT
- Alicense-qualityFmaintenanceEnables AI assistants to manage media automation services like Sonarr, Radarr, Prowlarr, Bazarr, Overseerr, and Plex through natural language commands.Last updated7MIT
- FlicenseAqualityBmaintenanceEnables users to manage Sonarr and Radarr instances through natural language, allowing search, addition, deletion, and monitoring of TV series and movies.Last updated60
Related MCP Connectors
Trakt MCP — TV/movie metadata + watch tracking signals
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
OMDb MCP — IMDB-derived movie / TV / episode data (BYO key)
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/JasonTulp/mcparr-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server