🎧 MCP Playlist Generator
@m4dd0c
关于 🎧 MCP Playlist Generator
A Model Context Protocol (MCP) server that enables AI agents to create and manage music playlists through context-aware API endpoints.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🎧 MCP Playlist Generator?
🎧 MCP Playlist Generator is a Model Context Protocol server that works with Claude or any AI assistant supporting tool usage. It scans local music files, reads metadata with mutagen, and creates .m3u playlists on the user’s PC based on a requested mood or theme. The playlist is saved to a directory the user specifies.
How to use 🎧 MCP Playlist Generator?
Install Python dependencies with pip install uv mutagen, then clone the repo and run uvicorn mcp_server:app --reload. The server listens for requests; users ask their AI assistant (e.g., “make a happy vibe playlist”) and the assistant invokes the server tool. After creation, users should re-index their music app.
Key features of 🎧 MCP Playlist Generator
- Generates
.m3uplaylists from local music files. - Filters songs by mood or theme using metadata.
- Leverages
mutagenfor metadata extraction (genre, title, artist). - Saves playlist to a user‑specified directory.
- Works with any LLM agent supporting tool calls.
- Built with Python and the
uvasync web server.
Use cases of 🎧 MCP Playlist Generator
- Create a “chill evening playlist” from your personal library.
- Generate a “happy vibe” playlist on demand via a Claude prompt.
- Automate mood‑based playlist creation without manual sorting.
- Integrate with any AI assistant that can invoke MCP tools.
FAQ from 🎧 MCP Playlist Generator
How is this different from a regular playlist generator?
It runs locally on your machine, scanning your own music files, and is triggered by an AI assistant via the MCP protocol rather than using a web service or manual curation.
What runtime or dependencies are required?
Python with the uv and mutagen packages installed. The server runs as a Uvicorn ASGI application.
Where are playlists saved?
The user specifies the save directory in their request. No default fallback is documented.
Which audio formats are supported?
The README only mentions reading metadata with mutagen and creating .m3u playlists. It does not list specific audio file formats.
What transport or authentication does the server use?
The server uses HTTP (Uvicorn). No authentication mechanism is described.
开发工具 分类下的更多 MCP 服务器
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
评论