Command Palette

Search for a command to run...

UnylyUnyly
Browse all

MCParr Server

FreeNot checked

Integrates with Radarr and Sonarr to manage your media library, enabling search, download requests, status checks, and system health monitoring.

GitHubEmbed

About

Integrates with Radarr and Sonarr to manage your media library, enabling search, download requests, status checks, and system health monitoring.

README

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

  1. Install dependencies:
pnpm install

Global Installation

To install MCParr Server globally on your system:

pnpm run install-global

This will make the mcparr command available globally in your terminal.

Configuration

  1. 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-key

Alternatively, 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 start

For development:

pnpm run dev

Running Globally

If installed globally, simply run:

mcparr

API 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

from github.com/JasonTulp/mcparr-server

Install MCParr Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcparr-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcparr-server -- npx -y github:JasonTulp/mcparr-server

FAQ

Is MCParr Server MCP free?

Yes, MCParr Server MCP is free — one-click install via Unyly at no cost.

Does MCParr Server need an API key?

No, MCParr Server runs without API keys or environment variables.

Is MCParr Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install MCParr Server in Claude Desktop, Claude Code or Cursor?

Open MCParr Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare MCParr Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs