MCP.so
Sign In

MCP Radarr and Sonarr Server

@JasonTulp

About MCP Radarr and Sonarr Server

MCP Server for Radarr and Sonarr services

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

JasonTulp

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Radarr and Sonarr Server?

An MCP server that integrates with Radarr and Sonarr to manage your media library. It enables browsing, searching, filtering, and requesting downloads for movies and TV shows, along with system health monitoring.

How to use MCP Radarr and Sonarr Server?

Install globally with pnpm run install-global to make the mcparr command available, or install locally and run with pnpm start. Set the required environment variables (RADARR_URL, RADARR_API_KEY, SONARR_URL, SONARR_API_KEY) or create a .env file. Then invoke the MCP tools (e.g., search_media, request_download) from any MCP client.

Key features of MCP Radarr and Sonarr Server

  • Browse 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 disk space checks

Use cases of MCP Radarr and Sonarr Server

  • Automate media download requests via an AI assistant
  • Search and filter your library without opening the web UI
  • Monitor the health and disk space of Radarr/Sonarr instances
  • Integrate media management into agent-based workflows

FAQ from MCP Radarr and Sonarr Server

What environment variables are required?

RADARR_URL, RADARR_API_KEY, SONARR_URL, and SONARR_API_KEY must be set, either as environment variables or in a .env file.

How do I install the server globally?

Run pnpm run install-global to make the mcparr command available system-wide.

What MCP tools are available?

The server provides search_media, request_download, check_status, and get_system_status tools.

What media resources are exposed?

Movies are exposed as radarr://movie/{id} and TV shows as sonarr://series/{id}, each with title, year, and status.

Comments

More Other MCP servers