Skip to content
Cursor

arr-mcp for Cursor

io.github.bardesss/arr-mcp

One server, 38 tools, the whole media stack: Radarr, Sonarr, Prowlarr, Bazarr, Jellyfin, Seerr

client:Cursor transport:stdio runtime:oci

Install arr-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "arr-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/bardesss/arr-mcp:1.33.1"
      ],
      "env": {
        "PUID": "<PUID>",
        "PGID": "<PGID>",
        "TZ": "<TZ>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

arr-mcp in other clients