name: arr
image: mcp/arr
type: server
meta:
category: media
tags:
- sonarr
- radarr
- lidarr
- readarr
- prowlarr
- media-management
- plex
- homelab
- entertainment
about:
title: "*arr Media Management"
description: "MCP server for the *arr media management suite - Sonarr (TV), Radarr (Movies), Lidarr (Music), Readarr (Books), and Prowlarr (Indexers). Manage your media library, search for content, monitor downloads, and get AI-powered configuration recommendations using TRaSH Guides."
icon: https://wiki.servarr.com/assets/servarr.png
source:
project: https://github.com/aplaceforallmystuff/mcp-arr
commit: 41ea006ce123e1e52786c02500802b0839e2557b
config:
description: |
Configure URLs and API keys for your *arr services. Only configure the services you use -
the server automatically detects which are available. Find API keys in each application
under Settings > General > Security.
env:
- name: SONARR_URL
description: "Sonarr base URL (e.g., http://localhost:8989 or http://sonarr:8989)"
example: "http://localhost:8989"
- name: RADARR_URL
description: "Radarr base URL (e.g., http://localhost:7878 or http://radarr:7878)"
example: "http://localhost:7878"
- name: LIDARR_URL
description: "Lidarr base URL (e.g., http://localhost:8686 or http://lidarr:8686)"
example: "http://localhost:8686"
- name: READARR_URL
description: "Readarr base URL (e.g., http://localhost:8787 or http://readarr:8787)"
example: "http://localhost:8787"
- name: PROWLARR_URL
description: "Prowlarr base URL (e.g., http://localhost:9696 or http://prowlarr:9696)"
example: "http://localhost:9696"
secrets:
- name: arr.sonarr-api-key
env: SONARR_API_KEY
description: "Sonarr API key from Settings > General > Security"
example: "<your-sonarr-api-key>"
- name: arr.radarr-api-key
env: RADARR_API_KEY
description: "Radarr API key from Settings > General > Security"
example: "<your-radarr-api-key>"
- name: arr.lidarr-api-key
env: LIDARR_API_KEY
description: "Lidarr API key from Settings > General > Security"
example: "<your-lidarr-api-key>"
- name: arr.readarr-api-key
env: READARR_API_KEY
description: "Readarr API key from Settings > General > Security"
example: "<your-readarr-api-key>"
- name: arr.prowlarr-api-key
env: PROWLARR_API_KEY
description: "Prowlarr API key from Settings > General > Security"
example: "<your-prowlarr-api-key>"