Skip to content
Cline

mcp arr for Cline

io.github.aplaceforallmystuff/mcp-arr

MCP server for *arr media suite - Sonarr, Radarr, Lidarr, Readarr, Prowlarr

client:Cline transport:stdio runtime:npm

Install mcp arr in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mcp-arr": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-arr-server"
      ],
      "env": {
        "SONARR_URL": "<SONARR_URL>",
        "SONARR_API_KEY": "<SONARR_API_KEY>",
        "RADARR_URL": "<RADARR_URL>",
        "RADARR_API_KEY": "<RADARR_API_KEY>",
        "LIDARR_URL": "<LIDARR_URL>",
        "LIDARR_API_KEY": "<LIDARR_API_KEY>",
        "READARR_URL": "<READARR_URL>",
        "READARR_API_KEY": "<READARR_API_KEY>",
        "PROWLARR_URL": "<PROWLARR_URL>",
        "PROWLARR_API_KEY": "<PROWLARR_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp arr in other clients