Odel
mcp arr

mcp arr

Local
@aplaceforallmystuff207JavaScriptMITUpdated 4 days ago

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).

npmmcp-arr-serverv1.0.0

Run

npx -y mcp-arr-server

MCP client config

{
  "mcpServers": {
    "mcp-arr": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-arr-server"
      ]
    }
  }
}