Cloud Music MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_LOG_ENABLE | No | Enable logging to logs/ directory. Set to 'true' to enable. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cloud_music_statusA | 检查网易云音乐当前是否已登录 |
| cloud_music_loginA | 登录网易云音乐 (模拟 OAuth 流程) 调用此工具后,电脑会弹出一张二维码图片。 请用网易云音乐 App 扫描该二维码。 扫描成功后,工具会自动保存登录状态。 |
| cloud_music_get_daily_recommendA | 获取今日推荐歌曲 返回歌曲列表 (包含 ID, 歌名, 歌手) |
| cloud_music_my_playlistsA | 获取我的歌单 (包括创建的歌单和红心歌单) |
| cloud_music_searchA | 搜索歌曲、专辑、歌手或歌单 args: keyword: 搜索关键词(歌名、歌手名、专辑名等) category: 搜索类型,可选 'song'(歌曲)、'album'(专辑)、'artist'(歌手)、'playlist'(歌单),默认为 'song' |
| cloud_music_playlist_detailC | 获取歌单详情,包括歌单内所有歌曲 args: playlist_id: 歌单 ID |
| cloud_music_create_playlistC | 创建新歌单 args: name: 歌单名称 privacy: 是否设为隐私歌单,默认为 False |
| cloud_music_add_to_playlistC | 添加歌曲到指定歌单 args: playlist_id: 目标歌单 ID track_ids: 要添加的歌曲 ID 列表,例如 [123, 456] |
| cloud_music_album_infoB | 获取专辑详情,包括专辑信息和歌曲列表 args: album_id: 专辑 ID |
| cloud_music_artist_infoB | 获取歌手详情和热门歌曲 Top 10 args: artist_id: 歌手 ID |
| cloud_music_my_subscriptionsA | 获取我收藏的歌手或专辑 args: category: 类型,'artists'(歌手) 或 'albums'(专辑),默认为 'artists' |
| cloud_music_playA | 唤起客户端播放指定歌曲或歌单 args: id: 歌曲ID 或 歌单ID type: 'song' (单曲) 或 'playlist' (歌单) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Code-MonkeyZhang/cloud-music-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server