QQ Music Search

v1.0.0APIsstable

这是一个通过MCP(模块化控制协议)提供QQ音乐搜索功能的测试服务器。该服务器允许您使用关键词搜索音乐曲目,并返回相关歌曲信息。

mcp-qqmusic-testmcpai-integration
Share:
10
Stars
0
Downloads
0
Weekly
0/5

What is QQ Music Search?

QQ Music Search is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 这是一个通过mcp(模块化控制协议)提供qq音乐搜索功能的测试服务器。该服务器允许您使用关键词搜索音乐曲目,并返回相关歌曲信息。

这是一个通过MCP(模块化控制协议)提供QQ音乐搜索功能的测试服务器。该服务器允许您使用关键词搜索音乐曲目,并返回相关歌曲信息。

This server falls under the APIs and Search & Data Extraction categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 这是一个通过MCP(模块化控制协议)提供QQ音乐搜索功能的测试服务器。该服务器允许您使用关键词搜索音乐曲目,并返回相关歌

Use Cases

Search QQ Music library by keywords from Claude.
Retrieve song information and details.
Samge0

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-qqmusic-test

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use QQ Music Search

The QQ Music Search MCP Server provides a lightweight MCP interface for searching Tencent's QQ Music catalog by keyword. It exposes a single search_music tool that accepts a keyword plus optional pagination parameters and returns song metadata including IDs, titles, subtitles, and release dates — suitable for music discovery and integration testing workflows.

Prerequisites

  • Python 3.13 installed
  • uv package manager installed (curl -LsSf https://astral.sh/uv/install.sh | sh)
  • Git for cloning the repository
  • Claude Desktop or another MCP client
1

Clone the repository

Clone the QQ Music MCP server repository to your local machine.

git clone https://github.com/Samge0/mcp-qqmusic-test-server.git
cd mcp-qqmusic-test-server
2

Install dependencies with uv

Use uv to sync the project dependencies as defined in the pyproject.toml file.

uv sync
3

Test the server manually

Run the server once manually to confirm it starts without errors before connecting it to Claude.

uv run main.py
4

Configure Claude Desktop

Add the MCP server entry to Claude Desktop's configuration file. Replace the directory path with the absolute path where you cloned the repository.

{
  "mcpServers": {
    "mcp-qqmusic-test-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/mcp-qqmusic-test-server",
        "run",
        "main.py"
      ]
    }
  }
}
5

Verify with a music search

Restart Claude Desktop and ask it to search for a song. The search_music tool should return matching results from QQ Music.

QQ Music Search Examples

Client configuration

Claude Desktop configuration running the QQ Music server via uv from the cloned project directory.

{
  "mcpServers": {
    "mcp-qqmusic-test-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/home/user/mcp-qqmusic-test-server",
        "run",
        "main.py"
      ]
    }
  }
}

Prompts to try

Example prompts for searching QQ Music by artist name, song title, or genre keywords.

- "Search QQ Music for songs by Jay Chou and show me the first 10 results"
- "Find the song 'Qing Fei De Yi' on QQ Music and give me its song ID and release date"
- "Search QQ Music for popular Mandopop tracks from the keyword '流行' and list their titles"
- "Look up the song ID for 'Yi Jian Mei' on QQ Music so I can use it in my playlist app"

Troubleshooting QQ Music Search

uv sync fails with Python version errors

This project requires Python 3.13. Run: uv python install 3.13 to install the correct version via uv, then retry uv sync.

Server starts but search returns empty results

QQ Music's API may throttle requests from non-mainland-China IPs. Try a VPN exit node in mainland China or test with very popular artist names like '周杰伦' (Jay Chou) which are more likely to return results regardless of region.

Claude cannot find the MCP server

Ensure the --directory path in the args array is an absolute path, not a relative one. Check that main.py exists at that location and that uv is installed and accessible at the command path your shell uses.

Frequently Asked Questions about QQ Music Search

What is QQ Music Search?

QQ Music Search is a Model Context Protocol (MCP) server that 这是一个通过mcp(模块化控制协议)提供qq音乐搜索功能的测试服务器。该服务器允许您使用关键词搜索音乐曲目,并返回相关歌曲信息。 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install QQ Music Search?

Follow the installation instructions on the QQ Music Search GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with QQ Music Search?

QQ Music Search works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is QQ Music Search free to use?

Yes, QQ Music Search is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More APIs MCP Servers

Explore all apis servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-qqmusic-test": { "command": "npx", "args": ["-y", "mcp-qqmusic-test"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use QQ Music Search?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides