playlist-mcp-server

playlist-mcp-server

3.3

If you are the rightful owner of playlist-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Playlist Generator is a Model Context Provider server that creates music playlists based on user mood or theme using local music files.

The MCP Playlist Generator is a server application designed to work with AI assistants like Claude to generate music playlists based on user mood or theme. It utilizes Python and libraries such as `uv` for the async web server and `mutagen` for metadata extraction from music files. The server listens for requests from AI agents, processes the request by scanning local music files, and creates an `.m3u` playlist that matches the specified mood or theme. The playlist is then saved to a user-specified directory, ready for playback in any media player. This project is inspired by the Filesystem MCP Server and aims to enhance user experience by automating playlist creation.

Features

  • Generates playlists based on user mood or theme.
  • Utilizes local music files and metadata for playlist creation.
  • Supports `.m3u` playlist format.
  • Integrates with AI assistants like Claude for seamless operation.
  • Built with Python, using `uv` and `mutagen` libraries.