mixtape-mcp

tylerjw/mixtape-mcp
★ 0 stars Rust 🤖 AI/LLM Updated today
MCP server that connects Claude to a Jellyfin music library for playlist curation
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": {
    "mixtape-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mixtape-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io/) server that connects Claude to a [Jellyfin](https://jellyfin.org/) music library so Claude can search your collection and curate playlists. Playlists created in Jellyfin sync down to clients like [Symfonium](https://symfonium.app/). - `search_tracks` — search by query, artist, or genre; sort by name, album, artist, date added, play count, or random

Tools (1)

search_tracks

Topics

claudejellyfinmcpmodel-context-protocolmusicrust