mcp-server-music

Vunbo/mcp-server-music

3.1

If you are the rightful owner of mcp-server-music and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The play-music-mcp server is designed to facilitate the execution of Python scripts in a specified directory, particularly for music-related projects.

{
  "mcpServers": {
    "play-music-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "<项目路径>",
        "run",
        "main.py"
      ]
    }
  }
}