🎧 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.
「開発者ツール」の他のコンテンツ
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
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
コメント