JD-jellyfin-mcp-server

mardelplatadev/JD-jellyfin-mcp-server
★ 0 stars Python AI/LLM Updated 3d ago
MCP Server to manage a jellyfin server
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": {
    "jd-jellyfin-mcp-serv": {
      "command": "uvx",
      "args": [
        "jd-jellyfin-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install jd-jellyfin-mcp-server

README Excerpt

An [MCP](https://modelcontextprotocol.io/) server that lets AI assistants manage a [Jellyfin](https://jellyfin.org/) media server. Built with [FastMCP](https://github.com/jlowin/fastmcp) and designed for use with [Claude Code](https://docs.anthropic.com/en/docs/claude-code), but compatible with any MCP client.