MCP server for *arr media suite - Sonarr, Radarr, Lidarr, Readarr, Prowlarr
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-arr-server
MCP client config
{
"mcpServers": {
"mcp-arr": {
"command": "npx",
"args": [
"-y",
"mcp-arr-server"
]
}
}
}