
Meting-Agent
by ELDment·★ 84·Score 46
Multi-platform music API proxy for AI systems, exposing search, playback, and lyric retrieval via MCP.
Overview
Meting-Agent is an MCP server that provides unified access to multiple Chinese music platforms including NetEase Cloud Music, QQ Music, KuGou, and Kuwo. It exposes 8 core tools for searching songs, retrieving details about albums/artists/playlists, getting playable URLs, fetching lyrics, and obtaining album artwork. The server is built on top of metowolf/Meting and offers both MCP and Skill implementations for different integration scenarios.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Meting-Agent when building AI applications that need to access Chinese music platforms through a unified interface, rather than implementing platform-specific integrations.
When NOT to choose this
Avoid if you need access to non-Chinese music platforms or require advanced music metadata analysis beyond basic search and retrieval functions.
Tools this server exposes
8 tools extracted from the READMEsearchSearch for songs, albums, artists, or platform-specific resources by keyword
songGet song details by song ID
albumGet album details by album ID
artistGet artist's works list by artist ID
playlistGet playlist details by playlist ID
urlGet playable URL by song ID
lyricGet lyrics content by song ID
picGet cover art or image link by resource ID
Comparable tools
Installation
Installation
MCP Server
Install via npm:
npm install @eldment/meting-agentConfigure in Claude Desktop:
{
"mcpServers": {
"meting-agent": {
"command": "node",
"args": ["@eldment/meting-agent"],
"env": {}
}
}
}Skill
Download from [releases](https://github.com/ELDment/Meting-Agent/releases) and follow instructions in skills/meting-agent/README.md.
FAQ
- Which music platforms are supported?
- Currently supports NetEase Cloud Music, Tencent QQ Music, KuGou Music, and Kuwo Music.
- Can I get lyrics through this MCP server?
- Yes, the 'lyric' tool allows you to retrieve lyrics content by song ID.
Compare Meting-Agent with
Last updated · Auto-generated from public README + GitHub signals.