Claude Music MCP
Enables music management through search, playlist creation, and intelligent recommendations. Supports searching by song, artist, or album, creating and managing playlists, and getting music recommendations based on genre and mood.
README
音乐 MCP 服务器
这是一个基于 Model Context Protocol (MCP) 的音乐管理服务器,提供音乐搜索、播放列表管理和音乐推荐功能。
功能特性
- 🔍 音乐搜索: 支持按歌曲名、艺术家、专辑搜索
- 📋 播放列表管理: 创建、管理和编辑播放列表
- 🎯 音乐推荐: 基于风格和心情的智能推荐
- 📊 歌曲信息: 获取详细的歌曲元数据
- ⭐ 评分系统: 歌曲评分和播放统计
安装和运行
- 安装依赖:
npm install
- 构建项目:
npm run build
- 启动服务器:
npm start
或者在开发模式下运行:
npm run dev
可用工具
1. search_music
搜索音乐库中的歌曲
query: 搜索关键词type: 搜索类型 (song/artist/album/all)limit: 结果数量限制
2. get_song_info
获取特定歌曲的详细信息
songId: 歌曲ID
3. create_playlist
创建新的播放列表
name: 播放列表名称description: 播放列表描述(可选)
4. add_to_playlist
将歌曲添加到播放列表
playlistId: 播放列表IDsongId: 歌曲ID
5. get_playlist
获取播放列表信息和歌曲列表
playlistId: 播放列表ID
6. list_playlists
列出所有播放列表
7. get_recommendations
获取音乐推荐
genre: 音乐风格(可选)mood: 心情/氛围(可选)limit: 推荐数量
使用示例
在支持 MCP 的 AI 助手中,您可以这样使用:
- "搜索 Queen 的歌曲"
- "创建一个名为'我的最爱'的播放列表"
- "推荐一些摇滚音乐"
- "获取歌曲 ID 为 1 的详细信息"
技术栈
- TypeScript
- Model Context Protocol SDK
- Zod (数据验证)
- Node.js
许可证
MIT License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.