MCP Catalogs
HomeMeting-Agent screenshot

Meting-Agent

by ELDment·84·Score 46

Multi-platform music API proxy for AI systems, exposing search, playback, and lyric retrieval via MCP.

mediaai-llmother
9
Forks
1
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:Enable AI assistants to play and analyze music from Chinese platforms
you:Create music recommendation systems with access to multiple platforms
you:Build applications that need to aggregate music data from various sources
you:Which music platforms are supported?
you:Can I get lyrics through this MCP server?

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 README
  • search

    Search for songs, albums, artists, or platform-specific resources by keyword

  • song

    Get song details by song ID

  • album

    Get album details by album ID

  • artist

    Get artist's works list by artist ID

  • playlist

    Get playlist details by playlist ID

  • url

    Get playable URL by song ID

  • lyric

    Get lyrics content by song ID

  • pic

    Get cover art or image link by resource ID

Comparable tools

metowolf/Metingmusic-api-mcpspotify-api-mcp

Installation

Installation

MCP Server

Install via npm:

npm install @eldment/meting-agent

Configure 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.