← Back to Plugins
MCP Server MCP

io.github.aplaceforallmystuff/mcp-arr

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-arr-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Sonarr server URL",
          "format": "string",
          "name": "SONARR_URL"
        },
        {
          "description": "Sonarr API key",
          "format": "string",
          "isSecret": true,
          "name": "SONARR_API_KEY"
        },
        {
          "description": "Radarr server URL",
          "format": "string",
          "name": "RADARR_URL"
        },
        {
          "description": "Radarr API key",
          "format": "string",
          "isSecret": true,
          "name": "RADARR_API_KEY"
        },
        {
          "description": "Lidarr server URL",
          "format": "string",
          "name": "LIDARR_URL"
        },
        {
          "description": "Lidarr API key",
          "format": "string",
          "isSecret": true,
          "name": "LIDARR_API_KEY"
        },
        {
          "description": "Readarr server URL",
          "format": "string",
          "name": "READARR_URL"
        },
        {
          "description": "Readarr API key",
          "format": "string",
          "isSecret": true,
          "name": "READARR_API_KEY"
        },
        {
          "description": "Prowlarr server URL",
          "format": "string",
          "name": "PROWLARR_URL"
        },
        {
          "description": "Prowlarr API key",
          "format": "string",
          "isSecret": true,
          "name": "PROWLARR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...