jellyfin-mcp

jaredtrent/jellyfin-mcp
★ 13 stars Go 📦 Other Updated 8d ago
A Jellyfin MCP server
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": {
    "jellyfin-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/jaredtrent/jellyfin-mcp@latest"
      ]
    }
  }
}