Cloud Music Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Cloud Music Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="logo.png" width="128" alt="Cloud Music MCP Logo"> </p>
基于 网易云音乐开发平台 标准 API 实现
🎵 为您的 AI Agent 插上音乐的翅膀
这是一个基于 网易云音乐 官方API 的本地MCP服务器。可以让用户通过 Claude Code, OpenCode 等 AI Agent以原生 API 的方式点歌!
本服务器向 AI Agent 暴露以下工具:
| 工具名称 (Tool Name) | 参数 (Parameters) | 功能描述 (Description) |
|---|---|---|
cloud_music_login | 无 | 启动扫码登录流程 (模拟官方 App)。 |
cloud_music_status | 无 | 检查当前登录状态和用户信息。 |
cloud_music_get_daily_recommend | 无 | 获取今日推荐歌曲列表。 |
cloud_music_my_playlists | 无 | 获取用户的所有歌单(包括创建的和收藏的)。 |
cloud_music_search | keyword: 关键词 (歌名/歌手) | 按关键词搜索歌曲、歌手或专辑。 |
cloud_music_play | id: 资源ID <br>type: 类型 ('song'/'playlist') | 播放指定的歌曲或歌单(自动唤起桌面应用)。 |
python3 --version 检查#### 1. 安装 uv 包管理器
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows (PowerShell)
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"#### 2. 克隆项目并安装依赖
# 克隆项目
git clone https://github.com/Code-MonkeyZhang/cloud-music-mcp.git
cd cloud-music-mcp
# 创建虚拟环境
uv venv
# 激活虚拟环境
source .venv/bin/activate # macOS/Linux
# .venv\Scripts\activate # Windows
# 安装项目(可编辑模式)
uv pip install -e .#### Claude Desktop
找到配置文件:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json添加以下配置:
{
"mcpServers": {
"cloud-music": {
"command": ["/绝对路径到/cloud-music-mcp/.venv/bin/cloud-music-mcp"],
"enabled": true
}
}
}重要:将/绝对路径/到/cloud-music-mcp替换为项目的实际绝对路径。Windows 用户请使用双反斜杠\\或正斜杠/。
#### 开启日志(可选)
如需调试,可在配置中添加环境变量:
{
"mcpServers": {
"cloud-music": {
"command": ["/绝对路径/到/cloud-music-mcp/.venv/bin/cloud-music-mcp"],
"enabled": true,
"env": {
"MCP_LOG_ENABLE": "true"
}
}
}
}日志说明:
session_YYYYMMDD_HHMMSS.log 的格式保存在项目根目录的 logs/ 文件夹中cloud_music_login 工具,弹出二维码~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.