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
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
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
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