netease-music-mcp-server

7k777/netease-music-mcp-server
★ 0 stars Python AI/LLM Updated today
🎵 网易云音乐 MCP Server — 搜索歌曲、获取歌词、查看歌单,支持 RikkaHub / Claude Desktop 等 MCP 客户端接入
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "netease-music-mcp-se": {
      "command": "uvx",
      "args": [
        "netease-music-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install netease-music-mcp-server