Qqmusic Test Server
FreeNot checkedThis is a test server that provides QQ Music search functionality through MCP (Modular Control Protocol). The server allows you to search for music tracks using keywords and returns relevant song information.
About
This is a test server that provides QQ Music search functionality through MCP (Model Context Protocol). The server allows you to search music tracks using keywords and returns relevant song information.
README
这是一个通过MCP(模块化控制协议)提供QQ音乐搜索功能的测试服务器。该服务器允许您使用关键词搜索音乐曲目,并返回相关歌曲信息。
🌐 在线宣传页 — 可视化了解功能特性与工作流程
该demo仅用于测试和学习目的,其中音乐检索使用的是qqmusic-api-python。
功能特点
- 支持MCP使用关键词搜索音乐曲目
环境要求
- 已安装了uv
- Python 3.13
安装说明
- 克隆此仓库
git clone https://github.com/Samge0/mcp-qqmusic-test-server.git - 安装依赖:
uv sync
使用方法
配置mcp:
{
"mcpServers": {
"mcp-qqmusic-test-server": {
"command": "uv",
"args": [
"--directory",
"{put your local dir here}/mcp-qqmusic-test-server",
"run",
"main.py"
]
}
}
}
测试搜索音乐
使用关键词搜索音乐曲目>>
函数: search_music
参数:
keyword(字符串,必需):搜索关键词或短语page(整数,可选):分页页码(默认值:1)num(整数,可选):返回结果的最大数量(默认值:20)
返回值:
返回包含以下属性的对象数组:
id:歌曲IDmid:音乐IDname:歌曲名称pmid:播放音乐IDsubtitle:歌曲副标题time_public:发布时间title:歌曲标题
示例响应:
[
{
"id": "123456",
"mid": "001Qu4I30eVFYb",
"name": "七里香",
"pmid": "",
"subtitle": "",
"time_public": "2004-08-03",
"title": "七里香"
}
]
Installing Qqmusic Test Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Samge0/mcp-qqmusic-test-serverFAQ
Is Qqmusic Test Server MCP free?
Yes, Qqmusic Test Server MCP is free — one-click install via Unyly at no cost.
Does Qqmusic Test Server need an API key?
No, Qqmusic Test Server runs without API keys or environment variables.
Is Qqmusic Test Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Qqmusic Test Server in Claude Desktop, Claude Code or Cursor?
Open Qqmusic Test 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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Qqmusic Test Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
