music-mcpserver

esp32-qwen-ai/music-mcpserver
★ 2 stars Python 📦 Other Updated 8mo ago
一个简单的windows上使用potplayer播放本地音乐的mcpserver
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "music-mcpserver": {
      "command": "uvx",
      "args": [
        "music-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install music-mcpserver