music-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@music-mcp-serversearch for and play 'Bohemian Rhapsody'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
music MCP server
这是一个播放歌曲的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.gitRelated MCP server: netease-music-mcp
配置
Claude.app配置
在您的 Claude 设置中添加:
{
"mcpServers": {
"music-mcp-server": {
"command": "uvx",
"args": ["music-mcp-server"]
}
}
}{
"mcpServers": {
"music-mcp-server": {
"command": "python",
"args": ["music-mcp-server"]
}
}
}VSCode配置
如需快速安装,请使用下面的其中一个一键安装按钮。...
对于手动安装,请在 VS Code 中的“用户设置(JSON)”文件中添加以下 JSON 块。您可以通过按下 Ctrl + Shift + P 并输入“偏好设置:打开用户设置(JSON)”来完成此操作。
您也可以选择将其添加到工作区中名为 .vscode/mcp.json 的文件中。这样您就可以与他人共享这些配置了。
请注意,使用
mcp.json文件时需要设置mcp键。
{
"mcp": {
"servers": {
"time": {
"command": "uvx",
"args": ["music-mcp-server"]
}
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Suno AI music generation, lyrics, and covers
An MCP server that provides tools to discover and retrieve podcast episodes transcripts.
MCP server for Producer/Riffusion AI music generation
An MCP server that used to create notes
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows AI models to control YouTube Music playback through Google Chrome by searching and playing songs using song and artist names.22MIT
- AlicenseAqualityDmaintenanceMCP server for controlling local music playback via NetEase Cloud Music, enabling search, play, pause, skip, and lyrics display through a local web player.1376MIT
- FlicenseNot gradedqualityDmaintenanceA MCP server for controlling Spotify playback, searching for content, and managing playlists via OAuth authentication.1-
- AlicenseNot gradedqualityAmaintenanceMCP server that enables LLMs to search, play, and manage music from multiple platforms (NetEase, QQ, Kugou) and local files, with lyrics retrieval and playback control.MIT