Add your description here
Project description
MCP QQ音乐测试服务器
这是一个通过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": "七里香"
}
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_samge0_mcp_qqmusic_test_server-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_samge0_mcp_qqmusic_test_server-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69b5ab76d7787d15f64555f50fcd96444712b81a725c2c8776b3edea975f668b
|
|
| MD5 |
dd4bf04b18aeb3735b9d1b5987515707
|
|
| BLAKE2b-256 |
10e9f84fdd987331f64be5f1e1f18e79470ddfa38f8b06fdeee31ae4b0c04b7b
|
File details
Details for the file iflow_mcp_samge0_mcp_qqmusic_test_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_samge0_mcp_qqmusic_test_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a30af5f8d9a0eece568a5a3506066ee2661dc247c19de310ce7c31c296a3cdfa
|
|
| MD5 |
a8a63b9768ad45f66c0a2864feb3504e
|
|
| BLAKE2b-256 |
d7c8c012501ef71ba50f3aa79af65bebaad48919591e80e932e1afa82d3f3f26
|