★ 0 stars
TypeScript
🤖 AI/LLM
Updated today
MCP server for the Servarr stack (Sonarr, Radarr, Lidarr, Readarr, Prowlarr), packaged as a Docker container
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"servarr-mcp": {
"command": "npx",
"args": [
"-y",
"CarlDog/servarr-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add servarr-mcp npx -y CarlDog/servarr-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"servarr-mcp": {
"command": "npx",
"args": [
"-y",
"CarlDog/servarr-mcp"
]
}
}
}
📋 Copy
README Excerpt
An [MCP](https://modelcontextprotocol.io) server for the Readarr, and Prowlarr — packaged as a Docker container. Lets an MCP client (Claude Desktop, etc.) browse and search whichever *arr apps you're running. Apps are optional: configure only the ones you actually run, and only those tools register. | Tool | Description |
Tools (20)
LIDARR_URL PROWLARR_URL RADARR_URL READARR_URL SONARR_URL lidarr_get_artist lidarr_history lidarr_list_albums lidarr_list_artists lidarr_lookup_artist lidarr_queue prowlarr_history prowlarr_indexer_stats prowlarr_list_indexers prowlarr_search radarr_calendar radarr_get_movie radarr_history radarr_list_movies radarr_lookup_movie