Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcparr Server

    MCP Server for Radarr and Sonarr services

    5 stars
    JavaScript
    Updated Oct 24, 2025

    Table of Contents

    • Features
    • Installation
    • Local Installation
    • Global Installation
    • Configuration
    • Usage
    • Running Locally
    • Running Globally
    • API Reference
    • search_media
    • request_download
    • check_status
    • get_system_status
    • Resources

    Table of Contents

    • Features
    • Installation
    • Local Installation
    • Global Installation
    • Configuration
    • Usage
    • Running Locally
    • Running Globally
    • API Reference
    • search_media
    • request_download
    • check_status
    • get_system_status
    • Resources

    Documentation

    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

    1. Install dependencies:

    bash
    pnpm install

    Global Installation

    To install MCParr Server globally on your system:

    bash
    pnpm run install-global

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

    Configuration

    1. Set up environment variables:

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

    bash
    pnpm run build
    pnpm start

    For development:

    bash
    pnpm run dev

    Running Globally

    If installed globally, simply run:

    bash
    mcparr

    API Reference

    search_media

    Search for movies or TV shows with filters:

    typescript
    {
      mediaType: "movie" | "series",  // Required
      year?: number,                  // Optional
      genre?: string                  // Optional
    }

    request_download

    Request a download for specific media:

    typescript
    {
      mediaType: "movie" | "series",  // Required
      id: number                      // Required
    }

    check_status

    Check the status of specific media:

    typescript
    {
      mediaType: "movie" | "series",  // Required
      id: number                      // Required
    }

    get_system_status

    Get system health and storage information:

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

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k