playlist-mcp-server
3
This project is an MCP server that generates playlists based on user mood or theme, using Python tools like `uv` and `mutagen`. It works with AI assistants to automate music playlist creation.
🎧 MCP Playlist Generator
This project is a Model Context Provider (MCP) server tailored for use with AI assistants like Claude. It creates .m3u
playlists based on user moods or themes, saving them to a user-defined directory. Key features include scanning local music files, filtering songs by metadata using mutagen
, and operating through an async web server powered by uv
.