Jellyfin MCP Server
Provides tools for managing a Jellyfin media server, including library listing and scanning, media search and browsing, item details, playlists, scheduled tasks, and server status monitoring.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jellyfin MCP Serverwhat movies were recently added?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jellyfin MCP Server
An MCP server that lets AI assistants manage a Jellyfin media server. Built with FastMCP and designed for use with Claude Code, but compatible with any MCP client.
Capabilities
Library Management
List libraries — enumerate all configured libraries (Movies, Music, Shows, Books, etc.)
Scan libraries — trigger a full rescan or rescan a specific library
Search & Browse
Search media — find items by keyword with optional type filtering (Audio, MusicAlbum, MusicArtist, Movie, Series, Episode, Book)
Browse library — paginated browsing with configurable sorting (by name, date added, rating, year, etc.)
Get item details — full metadata for any item including genres, tags, people, file path, bitrate, and provider IDs
Get recent items — recently added content, sorted newest first
Find similar items — discover related content based on a given item
Playlist Management
List, create, and delete playlists
Modify playlists — add and remove items in a single operation
Inspect playlist contents — includes playlist-item IDs needed for removal
Scheduled Tasks
List scheduled tasks — see all tasks with their current state and progress percentage
Run tasks on demand — trigger any scheduled task immediately (library scans, lyrics downloads, etc.)
Server Monitoring
Server status — version info, active sessions (with now-playing), scheduled task states, and recent activity log — all in a single configurable call
Related MCP server: Plex Assistant MCP
Requirements
Python 3.10+
uv (recommended) or pip
A Jellyfin server with an API key
Installation
git clone https://github.com/AlphaGit/jellyfin-mcp-server.git
cd jellyfin-mcp-server
uv syncConfiguration
Generate an API key in the Jellyfin dashboard under Administration > Advanced > API Keys
Copy the example env file and fill in your values:
cp .env.example .envJELLYFIN_URL=https://your-jellyfin-server.com
JELLYFIN_API_KEY=your-api-key-here
JELLYFIN_USERNAME=your-username-hereThe username is resolved to a user ID at startup. This is required for user-scoped API calls (playlists, item details, etc.) since API key authentication doesn't support the /Users/Me endpoint.
Usage with Claude Code
The repository includes a .mcp.json that registers the server automatically. Just open Claude Code in the project directory and restart — the tools will be available immediately.
To use this server from a different project, add it to that project's .mcp.json:
{
"mcpServers": {
"jellyfin": {
"type": "stdio",
"command": "uv",
"args": ["run", "--project", "/path/to/jellyfin-mcp-server", "python", "jellyfin_mcp.py"]
}
}
}Usage with other MCP clients
Run the server directly:
uv run python jellyfin_mcp.pyThe server communicates over stdio using the MCP protocol.
License
MIT
Origin
This repository was copied from AlphaGit/jellyfin-mcp-server.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The media memory layer for AI agents and their humans. Your AI client gets 29 tools to search your collection, add items, update ratings, preview music, and find patterns across everything you've read, watched, and listened to.
- JellypodOAuthcom.jellypod
Create, import, and publish Jellypod podcast episodes from your AI assistant.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables interaction with Jellyseerr media request systems through natural language. Supports searching for media, creating requests, checking request status, and managing your media library workflow.8-
- AlicenseNot gradedqualityDmaintenanceEnables users to manage and control their Plex media library through natural language commands in MCP-compatible AI clients. It supports searching content, managing playlists, tracking library statistics, and monitoring live viewing sessions.MIT
- FlicenseNot gradedqualityDmaintenanceProvides interaction with Jellyfin media server via the Jellyfin REST API, enabling content management and server configuration through natural language.4-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage media automation services like Sonarr, Radarr, Prowlarr, Bazarr, Overseerr, and Plex through natural language commands.7MIT