Home › Other › Yarr MCP

Yarr MCP

Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.

Rust
★ 12 stars Last pushed 2026-09-17 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.2.2)

npx -y @dinglebear/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "yarr": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/[email protected]"
      ],
      "env": {
        "YARR_SONARR_URL": "<YOUR_VALUE>",
        "YARR_SONARR_API_KEY": "<YOUR_VALUE>",
        "YARR_RADARR_URL": "<YOUR_VALUE>",
        "YARR_RADARR_API_KEY": "<YOUR_VALUE>",
        "YARR_PLEX_URL": "<YOUR_VALUE>",
        "YARR_PLEX_TOKEN": "<YOUR_VALUE>",
        "YARR_VERSION": "<YOUR_VALUE>",
        "YARR_REPO": "<YOUR_VALUE>",
        "YARR_RELEASE_BASE_URL": "<YOUR_VALUE>",
        "RUST_LOG": "<YOUR_VALUE>"
      }
    }
  }
}
  • YARR_SONARR_URL — Optional Sonarr base URL.
  • YARR_SONARR_API_KEY secret — Optional Sonarr API key.
  • YARR_RADARR_URL — Optional Radarr base URL.
  • YARR_RADARR_API_KEY secret — Optional Radarr API key.
  • YARR_PLEX_URL — Optional Plex base URL.
  • YARR_PLEX_TOKEN secret — Optional Plex token.
  • YARR_VERSION — Optional GitHub release tag override for the downloaded Yarr binary.
  • YARR_REPO — Optional GitHub owner/repo override for release asset downloads.
  • YARR_RELEASE_BASE_URL — Optional release download base URL override.
  • RUST_LOG — Tracing filter for Yarr logs.

This server takes extra arguments — see its repository.

This repository has 2 servers listed in the Official MCP Registry.

Other names: ai.dinglebear/yarr-mcp

Related servers

Data from the Official MCP Registry