Skip to content
Zed

Yarr MCP for Zed

ai.dinglebear/yarr

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

client:Zed transport:stdio runtime:npm

Install Yarr MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "yarr": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/yarr"
      ],
      "env": {
        "YARR_SONARR_URL": "<YARR_SONARR_URL>",
        "YARR_SONARR_API_KEY": "<YARR_SONARR_API_KEY>",
        "YARR_RADARR_URL": "<YARR_RADARR_URL>",
        "YARR_RADARR_API_KEY": "<YARR_RADARR_API_KEY>",
        "YARR_PLEX_URL": "<YARR_PLEX_URL>",
        "YARR_PLEX_TOKEN": "<YARR_PLEX_TOKEN>",
        "YARR_VERSION": "<YARR_VERSION>",
        "YARR_REPO": "<YARR_REPO>",
        "YARR_RELEASE_BASE_URL": "<YARR_RELEASE_BASE_URL>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Yarr MCP in other clients