← Back to browse

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSONARR_URL SONARR_API_KEY RADARR_URL RADARR_API_KEY LIDARR_URL LIDARR_API_KEY READARR_URL READARR_API_KEY PROWLARR_URL PROWLARR_API_KEY
Claude Code
claude mcp add --env SONARR_URL= --env SONARR_API_KEY= --env RADARR_URL= --env RADARR_API_KEY= --env LIDARR_URL= --env LIDARR_API_KEY= --env READARR_URL= --env READARR_API_KEY= --env PROWLARR_URL= --env PROWLARR_API_KEY= mcp-arr -- npx mcp-arr-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-arr","command":"npx","args":["mcp-arr-server"],"env":{"SONARR_URL":"","SONARR_API_KEY":"","RADARR_URL":"","RADARR_API_KEY":"","LIDARR_URL":"","LIDARR_API_KEY":"","READARR_URL":"","READARR_API_KEY":"","PROWLARR_URL":"","PROWLARR_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "mcp-arr": {
      "command": "npx",
      "args": [
        "mcp-arr-server"
      ],
      "env": {
        "SONARR_URL": "",
        "SONARR_API_KEY": "",
        "RADARR_URL": "",
        "RADARR_API_KEY": "",
        "LIDARR_URL": "",
        "LIDARR_API_KEY": "",
        "READARR_URL": "",
        "READARR_API_KEY": "",
        "PROWLARR_URL": "",
        "PROWLARR_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.