Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Music Server

FreeNot checked

A music MCP server that enables searching and playing songs with controls like play, pause, stop, and resume.

GitHubEmbed

About

A music MCP server that enables searching and playing songs with controls like play, pause, stop, and resume.

README

这是一个播放歌曲的mcp服务

工具列表

  • query_music - 搜索相关歌曲.
  • play_music - 播放歌曲
  • play_by_index - 播放搜索到的第几首歌曲
  • stop_music - 停止播放歌曲
  • pause_music - 暂停播放歌曲
  • unpause_music - 恢复播放歌曲

安装

使用uv

使用 uv 时无需进行特定安装。我们将使用 uvx 直接运行 music-mcp-server

下载源码

git clone https://github.com/JXiuFen/music-mcp-server.git

配置

Claude.app配置

在您的 Claude 设置中添加:

使用 uvx
{
  "mcpServers": {
    "music-mcp-server": {
      "command": "uvx",
      "args": ["music-mcp-server"]
    }
  }
}
使用 pip
{
  "mcpServers": {
    "music-mcp-server": {
      "command": "python",
      "args": ["music-mcp-server"]
    }
  }
}

VSCode配置

如需快速安装,请使用下面的其中一个一键安装按钮。...

Install with UV in VS Code Install with UV in VS Code Insiders

对于手动安装,请在 VS Code 中的“用户设置(JSON)”文件中添加以下 JSON 块。您可以通过按下 Ctrl + Shift + P 并输入“偏好设置:打开用户设置(JSON)”来完成此操作。

您也可以选择将其添加到工作区中名为 .vscode/mcp.json 的文件中。这样您就可以与他人共享这些配置了。

请注意,使用 mcp.json 文件时需要设置 mcp 键。

使用 uvx
{
  "mcp": {
    "servers": {
      "time": {
        "command": "uvx",
        "args": ["music-mcp-server"]
      }
    }
  }
}

from github.com/JXiuFen/music-mcp-server

Install Music Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install music-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add music-mcp-server -- uvx --from git+https://github.com/JXiuFen/music-mcp-server music-mcp-server

FAQ

Is Music Server MCP free?

Yes, Music Server MCP is free — one-click install via Unyly at no cost.

Does Music Server need an API key?

No, Music Server runs without API keys or environment variables.

Is Music Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Music Server in Claude Desktop, Claude Code or Cursor?

Open Music Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Music Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs