Odel
arr-mcp

arr-mcp

Local
@bardesss45TypeScriptMITUpdated Yesterday

One MCP server for the whole media stack: Radarr, Sonarr, Prowlarr, Bazarr, Jellyfin, Seerr

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

Dockerghcr.io/bardesss/arr-mcp:1.21.2

Run

docker run -i --rm ghcr.io/bardesss/arr-mcp:1.21.2

MCP client config

{
  "mcpServers": {
    "arr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/bardesss/arr-mcp:1.21.2"
      ]
    }
  }
}