plex-mirror

maxdubrinsky/plex-mirror
★ 1 stars Go 📁 File System Updated today
Mirrors a curated subset of a remote (shared) Plex server to local storage for a co-located Jellyfin instance. Single Go binary: browser portal + MCP server + CLI.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "plex-mirror": {
      "command": "go",
      "args": [
        "run",
        "github.com/maxdubrinsky/plex-mirror@latest"
      ]
    }
  }
}

README Excerpt

A single Go binary that pulls a curated subset of a remote (shared) Plex server onto local disk, laid out for a co-located Jellyfin instance to serve. It runs as a long-lived service with two faces over one core: a browser portal and an MCP server. The same binary is also a CLI and its own Docker healthcheck probe.

Tools (20)

PLEXMIRROR_AUTH_TOKENPLEXMIRROR_DB_PATHPLEXMIRROR_DOWNLOAD_BUFFERPLEXMIRROR_DOWNLOAD_CONCURRENCYPLEXMIRROR_DOWNLOAD_POLL_EVERYPLEXMIRROR_HEALTH_CHECK_EVERYPLEXMIRROR_HTTP_ADDRPLEXMIRROR_JELLYFIN_TOKENPLEXMIRROR_JELLYFIN_URLPLEXMIRROR_JELLYFIN_USERPLEXMIRROR_LOG_LEVELPLEXMIRROR_MEDIA_ROOTPLEXMIRROR_MOVIES_DIRPLEXMIRROR_OTHER_DIRPLEXMIRROR_PLEX_CLIENT_IDPLEXMIRROR_PLEX_SERVERPLEXMIRROR_PLEX_TOKENPLEXMIRROR_PLEX_URLPLEXMIRROR_SECRET_KEYPLEXMIRROR_SHOWS_DIR