jellyfin-media-playback

jellyfin-media-playback is a skill for Claude Code, Codex from Knuckles-Team/jellyfin-mcp. It costs 142 tokens per session (1,044 once invoked), scanned A, original, MIT.

A coding-agent add-on for controlling Jellyfin, a self-hosted media server, and browsing its music playback options.

In plain words
What is it for?
It helps list artists, albums, and genres; find audio or video streams; create and edit playlists; and control play state.
Why use it?
It removes the need to handle Jellyfin's raw requests directly when starting playback, tracking progress, or managing playlists.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps list artists, albums, and genres; find audio or video streams; create and edit playlists; and control play state.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/jellyfin-mcp/jellyfin-media-playback
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Knuckles-Team/jellyfin-mcp --skill jellyfin-media-playback
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/jellyfin-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jellyfin-media-playback

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/jellyfin-mcp/jellyfin-media-playback/github.svg)](https://agentmods.dev/skills/knuckles-team/jellyfin-mcp/jellyfin-media-playback)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/jellyfin-mcp/jellyfin-media-playback"><img src="https://agentmods.dev/badge/skills/knuckles-team/jellyfin-mcp/jellyfin-media-playback/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jellyfin-media-playback

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/jellyfin-mcp/jellyfin-media-playback"><img src="https://agentmods.dev/badge/skills/knuckles-team/jellyfin-mcp/jellyfin-media-playback.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,044 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00142 $0.01044
Opus 5 $0.00071 $0.00522
Sonnet 5 $0.00028 $0.00209
Haiku 4.5 $0.00014 $0.00104

Measured 12d ago against content hash 9b22383032ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

jellyfin-media-playback scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

jellyfin_mcp/skills/jellyfin-media-playback/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jellyfin Media Playback

Domain-typed streaming, music browsing, and playback control through the jellyfin_media condensed tool. Prefer it over raw HTTP — it action-routes to the media client methods (artists, streams, playlists, playstate).

When to use

  • List artists / album artists (get_artists, get_album_artists) and music genres (get_music_genres).
  • Manage playlists (create_playlist, add_item_to_playlist, get_playlist_items) and build instant mixes (get_instant_mix_from_song).
  • Resolve streams (get_audio_stream, get_video_stream, get_universal_audio_stream) and playback info (get_playback_info).
  • Drive playstate (play, mark_played_item, report_playback_progress).

When NOT to use

  • Browsing/searching items, collections, user views → jellyfin-library-catalog.
  • Users, keys, backups, config → the jellyfin_system tool.
  • Ingesting artists/media into the KG → jellyfin-kg-ingestion.

Prerequisites & environment

Connect via the mcp-client skill against the jellyfin-mcp MCP server.

Variable Required Notes
JELLYFIN_URL Base server URL
JELLYFIN_API_KEY / JELLYFIN_TOKEN X-Emby-Token API key
JELLYFIN_USER_ID optional Default user_id for playstate/favorites
JELLYFIN_VERIFY_SSL optional TLS verification toggle

MCP_TOOL_MODE selects the condensed surface below vs. the verbose 1:1 tools.

Tools & actions

Prefer the condensed tool with action + a params_json JSON string.

Condensed tool Actions
jellyfin_media get_artists, get_album_artists, get_artist_by_name, get_music_genres, create_playlist, add_item_to_playlist, get_playlist_items, get_instant_mix_from_song, get_audio_stream, get_video_stream, get_universal_audio_stream, get_playback_info, play, mark_played_item, report_playback_progress, get_lyrics

Key parameters

  • item_id — required for stream/playstate/lyrics/instant-mix actions.
  • user_id — required for playstate + favorites (defaults to env).
  • body — object payload for create_playlist / report_playback_*.
  • search_term / limit / start_index — filter + paginate artist lists.

Read the full file on GitHub · 90 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 90 lines · 142 tokens per session scan A 9b22383032ec

Subscribe to this mod's changes

jellyfin-media-playback is a skill published in the GitHub repository Knuckles-Team/jellyfin-mcp (3 stars, last pushed 15d ago), licensed MIT. It adds 142 tokens to every session and 1,044 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

documentdb-collection-admin

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

Knuckles-Team/documentdb-mcp · 106 tokens

documentdb-document-crud

Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…

Knuckles-Team/documentdb-mcp · 126 tokens

documentdb-aggregation-analytics

Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…

Knuckles-Team/documentdb-mcp · 102 tokens

nextcloud-files

Browse and manage Nextcloud files and folders over WebDAV via the nextcloud-agent MCP server — list a directory, read/download a file, upload, create/delete/move/copy, and read properties. Use when the agent must navigate a Nextcloud file tree, fetch a document's bytes, or reorganize storage. Do NOT use for sharing…

Knuckles-Team/nextcloud-agent · 98 tokens

nextcloud-ingest

Natively ingest Nextcloud files into the epistemic-graph knowledge graph via the nextcloud-agent MCP server — fetch a file over WebDAV and store its raw bytes as a content-addressed :Blob/:AssetOccurrence plus its extracted text (pdf/office/txt or image OCR) as a linked :Document. Use when the agent must make a…

Knuckles-Team/nextcloud-agent · 122 tokens

nextcloud-shares

Manage Nextcloud sharing grants over the OCS Sharing API via the nextcloud-agent MCP server — list existing shares, create a public link / user / group share on a file or folder, and revoke a share. Use when the agent must expose a file, audit who has access, or tear a share down. Do NOT use for browsing or moving…

Knuckles-Team/nextcloud-agent · 95 tokens