|
| 1 | +name: arr |
| 2 | +image: mcp/arr |
| 3 | +type: server |
| 4 | +meta: |
| 5 | + category: media |
| 6 | + tags: |
| 7 | + - sonarr |
| 8 | + - radarr |
| 9 | + - lidarr |
| 10 | + - readarr |
| 11 | + - prowlarr |
| 12 | + - media-management |
| 13 | + - plex |
| 14 | + - homelab |
| 15 | + - entertainment |
| 16 | +about: |
| 17 | + title: "*arr Media Management" |
| 18 | + 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." |
| 19 | + icon: https://wiki.servarr.com/assets/servarr.png |
| 20 | +source: |
| 21 | + project: https://github.com/aplaceforallmystuff/mcp-arr |
| 22 | + commit: 7fa801bc7c19ea67b2dbe48a1fcae5c3122f1a17 |
| 23 | +config: |
| 24 | + description: | |
| 25 | + Configure URLs and API keys for your *arr services. Only configure the services you use - |
| 26 | + the server automatically detects which are available. Find API keys in each application |
| 27 | + under Settings > General > Security. |
| 28 | + env: |
| 29 | + - name: SONARR_URL |
| 30 | + description: "Sonarr base URL (e.g., http://localhost:8989 or http://sonarr:8989)" |
| 31 | + example: "http://localhost:8989" |
| 32 | + - name: RADARR_URL |
| 33 | + description: "Radarr base URL (e.g., http://localhost:7878 or http://radarr:7878)" |
| 34 | + example: "http://localhost:7878" |
| 35 | + - name: LIDARR_URL |
| 36 | + description: "Lidarr base URL (e.g., http://localhost:8686 or http://lidarr:8686)" |
| 37 | + example: "http://localhost:8686" |
| 38 | + - name: READARR_URL |
| 39 | + description: "Readarr base URL (e.g., http://localhost:8787 or http://readarr:8787)" |
| 40 | + example: "http://localhost:8787" |
| 41 | + - name: PROWLARR_URL |
| 42 | + description: "Prowlarr base URL (e.g., http://localhost:9696 or http://prowlarr:9696)" |
| 43 | + example: "http://localhost:9696" |
| 44 | + secrets: |
| 45 | + - name: arr.sonarr-api-key |
| 46 | + env: SONARR_API_KEY |
| 47 | + description: "Sonarr API key from Settings > General > Security" |
| 48 | + example: "<your-sonarr-api-key>" |
| 49 | + - name: arr.radarr-api-key |
| 50 | + env: RADARR_API_KEY |
| 51 | + description: "Radarr API key from Settings > General > Security" |
| 52 | + example: "<your-radarr-api-key>" |
| 53 | + - name: arr.lidarr-api-key |
| 54 | + env: LIDARR_API_KEY |
| 55 | + description: "Lidarr API key from Settings > General > Security" |
| 56 | + example: "<your-lidarr-api-key>" |
| 57 | + - name: arr.readarr-api-key |
| 58 | + env: READARR_API_KEY |
| 59 | + description: "Readarr API key from Settings > General > Security" |
| 60 | + example: "<your-readarr-api-key>" |
| 61 | + - name: arr.prowlarr-api-key |
| 62 | + env: PROWLARR_API_KEY |
| 63 | + description: "Prowlarr API key from Settings > General > Security" |
| 64 | + example: "<your-prowlarr-api-key>" |
0 commit comments