Skip to main content

MCP server for Radarr movie management

Project description

Radarr MCP Server

A Model Context Protocol (MCP) server for Radarr, enabling AI assistants to manage your movie collection through natural language interactions.

Features

  • = Search Movies - Find movies to add to your collection
  • ? Add Movies - Add movies with quality profiles and search options
  • =? List Movies - View your entire movie library
  • ? Update Movies - Change quality profiles and trigger searches
  • =? Delete Movies - Remove movies (with optional file deletion)
  • = Interactive Search - Browse available releases with seeders/leechers info
  • =? Quality Profiles - View available quality settings

Installation

From PyPI (Recommended)

pip install radarr-mcp

From Source

git clone https://github.com/MichaelReubenDev/radarr-mcp.git
cd radarr-mcp
uv sync

Usage

Command Line

# Using uvx (if installed from PyPI)
uvx radarr-mcp --url http://localhost:7878 --api-token YOUR_API_TOKEN

# Using uv run (from source)
uv run radarr-mcp --url http://localhost:7878 --api-token YOUR_API_TOKEN

# With debug logging
uv run radarr-mcp --url http://localhost:7878 --api-token YOUR_API_TOKEN --debug

With Claude Desktop

Add this to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "radarr": {
      "command": "uvx",
      "args": [
        "radarr-mcp",
        "--url", "http://localhost:7878",
        "--api-token", "YOUR_API_TOKEN"
      ]
    }
  }
}

With MCP Inspector

For testing and development:

npx @modelcontextprotocol/inspector uv run radarr-mcp --url http://localhost:7878 --api-token YOUR_API_TOKEN

Configuration

Required Parameters

  • --url: Your Radarr base URL (e.g., http://localhost:7878)
  • --api-token: Your Radarr API token (found in Settings ? General ? Security)

Optional Parameters

  • --debug: Enable debug logging

Available Tools

Tool Description Parameters
search_movies Search for movies to add query (string)
add_movie Add a movie to Radarr tmdb_id (int), quality_profile_id (int), root_folder_path (string, default: "/movies"), search_for_movie (bool, default: false)
get_movies List all movies in library None
get_movie Get detailed movie information movie_id (int)
update_movie Update movie settings movie_id (int), quality_profile_id (int, optional), start_search (bool, default: false)
delete_movie Delete a movie movie_id (int), delete_files (bool, default: false)
interactive_search Browse available releases movie_id (int)
get_quality_profiles List available quality profiles None

Example Workflows

Adding a Movie

  1. Search for movies: "Search for The Matrix movies"
  2. Add movie: "Add The Matrix (1999) with HD-1080p quality"
  3. Check status: "Show me details for The Matrix"

Managing Your Collection

  1. List movies: "Show me all my movies"
  2. Update quality: "Change movie ID 123 to 4K quality and start searching"
  3. Browse releases: "Show me available torrents for movie ID 123"

Finding Downloads

  1. Get movie details: "Show me the status of Inception"
  2. Interactive search: "What releases are available for Blade Runner 2049?"

Requirements

  • Python 3.13+
  • Radarr v3+ with API access
  • Network access to your Radarr instance

Development

# Clone the repository
git clone https://github.com/MichaelReubenDev/radarr-mcp.git
cd radarr-mcp

# Install dependencies
uv sync

# Run tests
uv run pytest

# Run with debug logging
uv run radarr-mcp --url http://localhost:7878 --api-token YOUR_TOKEN --debug

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Support


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radarr_mcp-0.1.0.tar.gz (35.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

radarr_mcp-0.1.0-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file radarr_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: radarr_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 35.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for radarr_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e28d5bbef9c8cf164f87607fdd97b2e771a28f77f63e1912a2e0f531f48cf3de
MD5 880d40c019e7311d9d93bdca45c95f28
BLAKE2b-256 d8c22921cbf0257f27fc8b92aa61ba6383d9c802620ed989d2bc1c3b30123d23

See more details on using hashes here.

File details

Details for the file radarr_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: radarr_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for radarr_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f874605e0bfadaccd35b08b1ff44d7ef94f359a82676a307da7e41edff5c9d4a
MD5 7448c0a624905a9e975ca5f7cde75d5b
BLAKE2b-256 2886b98c96beba957534c72314cc95013ca633d20e4a5da23854de602adfe978

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page