yarr-mcp

jmagar/yarr-mcp
★ 3 stars Rust Code/Dev Tools Updated 8d ago
Rust MCP server for the ARR media automation stack
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yarr-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "yarr-mcp"
      ]
    }
  }
}

README Excerpt

Rust MCP and CLI server for a media automation fleet: Sonarr, Radarr, Prowlarr, Tautulli, Overseerr, Bazarr, Tracearr, SABnzbd, qBittorrent, Plex, and Jellyfin. `yarr` is an upstream-client MCP server. It does not try to replace those applications or mirror every REST endpoint as a web UI. Its job is to provide one consistent tool surface for agents and one equivalent CLI surface for operators.

Tools (10)

api_deleteapi_getapi_postapi_putcodemodeservice_statussnippet_deletesnippet_listsnippet_runsnippet_save