JellyfinMCPServer

ArjunVenat/JellyfinMCPServer
★ 1 stars Python 🤖 AI/LLM Updated 1mo ago
Jellyfin MCP server that gives Claude natural-language access to your media library — personalized recommendations, IDF-weighted similarity search, Letterboxd rating integration, and playback control.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jellyfinmcpserver": {
      "command": "uvx",
      "args": [
        "jellyfinmcpserver"
      ]
    }
  }
}

Or install with pip: pip install jellyfinmcpserver