Description
Provides unified control over the *arr media management suite (Sonarr, Radarr, Lidarr, Readarr, Prowlarr) through automatic service detection via environment variables. Exposes tools for library management, content searching across all media types, download queue monitoring, calendar viewing for upcoming releases, and triggering downloads. Features cross-service search capabilities and flexible configuration allowing users to enable only the services they use, making home media server management accessible through conversational interfaces.
Installation
git clone https://github.com/aplaceforallmystuff/mcp-arr Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"arr-media-suite": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}