← Back to browse

Yarr MCP

Indexed by ai.dinglebear

About

Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.

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 varsYARR_SONARR_URL YARR_SONARR_API_KEY YARR_RADARR_URL YARR_RADARR_API_KEY YARR_PLEX_URL YARR_PLEX_TOKEN YARR_VERSION YARR_REPO YARR_RELEASE_BASE_URL RUST_LOG
Claude Code
claude mcp add --env YARR_SONARR_URL= --env YARR_SONARR_API_KEY= --env YARR_RADARR_URL= --env YARR_RADARR_API_KEY= --env YARR_PLEX_URL= --env YARR_PLEX_TOKEN= --env YARR_VERSION= --env YARR_REPO= --env YARR_RELEASE_BASE_URL= --env RUST_LOG= yarr-mcp -- npx yarr-mcp
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":"yarr-mcp","command":"npx","args":["yarr-mcp"],"env":{"YARR_SONARR_URL":"","YARR_SONARR_API_KEY":"","YARR_RADARR_URL":"","YARR_RADARR_API_KEY":"","YARR_PLEX_URL":"","YARR_PLEX_TOKEN":"","YARR_VERSION":"","YARR_REPO":"","YARR_RELEASE_BASE_URL":"","RUST_LOG":""}}'
JSON
{
  "mcpServers": {
    "yarr-mcp": {
      "command": "npx",
      "args": [
        "yarr-mcp"
      ],
      "env": {
        "YARR_SONARR_URL": "",
        "YARR_SONARR_API_KEY": "",
        "YARR_RADARR_URL": "",
        "YARR_RADARR_API_KEY": "",
        "YARR_PLEX_URL": "",
        "YARR_PLEX_TOKEN": "",
        "YARR_VERSION": "",
        "YARR_REPO": "",
        "YARR_RELEASE_BASE_URL": "",
        "RUST_LOG": ""
      }
    }
  }
}

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