Meting Music Agent

v1.0.0β€’Communicationβ€’stable

πŸͺ 青向 AI ηš„ε€šιŸ³δΉεΉ³ε°ηš„ API 代理 β€’ η½‘ζ˜“δΊ‘ β€’ QQ音乐 β€’ ι…·η‹— β€’ ι…·ζˆ‘ 🎻 Multi-platform music API agent for AI β€’ NetEase β€’ QQ Music β€’ KuGou β€’ Kuwo

ai-agentlyrics-apimcpmcp-servermodel-context-protocol
Share:
85
Stars
0
Downloads
0
Weekly
0/5

What is Meting Music Agent?

Meting Music Agent is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to πŸͺ 青向 ai ηš„ε€šιŸ³δΉεΉ³ε°ηš„ api 代理 β€’ η½‘ζ˜“δΊ‘ β€’ qq音乐 β€’ ι…·η‹— β€’ ι…·ζˆ‘ 🎻 multi-platform music api agent for ai β€’ netease β€’ qq music β€’ kugou β€’ kuwo

πŸͺ 青向 AI ηš„ε€šιŸ³δΉεΉ³ε°ηš„ API 代理 β€’ η½‘ζ˜“δΊ‘ β€’ QQ音乐 β€’ ι…·η‹— β€’ ι…·ζˆ‘ 🎻 Multi-platform music API agent for AI β€’ NetEase β€’ QQ Music β€’ KuGou β€’ Kuwo

This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • πŸͺ 青向 AI ηš„ε€šιŸ³δΉεΉ³ε°ηš„ API 代理 β€’ η½‘ζ˜“δΊ‘ β€’ QQ音乐 β€’ ι…·η‹— β€’ ι…·ζˆ‘ 🎻 Multi-platfo

Use Cases

Search music across multiple platforms
Get lyrics and track information
Access NetEase, QQ Music, KuGou, Kuwo
ELDment

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx meting-agent

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 Meting Music Agent

Meting Agent is a multi-platform music API MCP server built on the Meting library, providing AI assistants with unified access to NetEase Cloud Music, Tencent QQ Music, KuGou, and Kuwo. It exposes eight tools β€” `search`, `song`, `album`, `artist`, `playlist`, `url`, `lyric`, and `pic` β€” letting Claude search for tracks, retrieve lyrics, fetch album details, and get playable stream URLs across all four platforms from a single interface. Developers and music enthusiasts use it to build AI-powered music discovery workflows, lyric lookup integrations, and playlist management tools.

Prerequisites

  • Node.js 18 or later installed
  • npx available (bundled with Node.js)
  • An MCP client such as Claude Desktop or Claude Code
  • Optional: platform cookies (`METING_NETEASE_COOKIE`, `METING_TENCENT_COOKIE`, etc.) for authenticated access to regional content
1

Test the server with npx (no install needed)

Run the server directly with npx to verify it works before adding it to your MCP client configuration.

npx -y @eldment/meting-agent@latest
2

Obtain platform cookies (optional but recommended)

For platforms that restrict content by region or login state, obtain cookies from your browser session on each music platform and set them as environment variables. This step is optional β€” unauthenticated requests work for public content.

3

Add the server to your MCP client configuration

Edit `claude_desktop_config.json` to register the Meting Agent server with your platform cookies in the env block.

4

Restart your MCP client

Restart Claude Desktop (or your MCP client) to load the new server. The eight music tools will be available immediately after restart.

5

Search for music and retrieve content

Ask Claude to search for a song, artist, or album across any of the four supported platforms. Use the `url` tool to get playable stream links.

Meting Music Agent Examples

Client configuration

Add this to `claude_desktop_config.json` to connect Claude Desktop to the Meting Agent with NetEase and Tencent cookies.

{
  "mcpServers": {
    "meting": {
      "command": "npx",
      "args": ["-y", "@eldment/meting-agent@latest"],
      "env": {
        "METING_NETEASE_COOKIE": "your-netease-cookie-here",
        "METING_TENCENT_COOKIE": "your-tencent-cookie-here",
        "METING_KUGOU_COOKIE": "",
        "METING_KUWO_COOKIE": ""
      },
      "timeout": 60000
    }
  }
}

Prompts to try

Use these prompts to search music, get lyrics, and retrieve stream URLs through Claude.

- "Search for '周杰伦' (Jay Chou) on NetEase and show me his top 5 songs."
- "Get the lyrics for song ID 1234567 on QQ Music."
- "Find the album 'Discovery' by Daft Punk on KuGou and list its tracks."
- "Get a playable URL for this track ID on NetEase so I can listen to it."
- "Which platforms support searching for artists?"

Troubleshooting Meting Music Agent

Search returns no results or errors for certain platforms

Some content is region-locked and requires authenticated cookies. Set the appropriate `METING_<PLATFORM>_COOKIE` env var with a valid session cookie from a logged-in browser session on that platform.

npx takes a long time to start on first run

The first invocation downloads the `@eldment/meting-agent` npm package. Subsequent runs use the npx cache and start much faster. Alternatively, install globally with `npm install -g @eldment/meting-agent` and use `meting-agent` as the command.

Stream URLs expire or return 403 errors

Music platform stream URLs are time-limited and tied to your cookie session. Re-fetch the URL using the `url` tool when needed, and ensure your platform cookies are current and not expired.

Frequently Asked Questions about Meting Music Agent

What is Meting Music Agent?

Meting Music Agent is a Model Context Protocol (MCP) server that πŸͺ 青向 ai ηš„ε€šιŸ³δΉεΉ³ε°ηš„ api 代理 β€’ η½‘ζ˜“δΊ‘ β€’ qq音乐 β€’ ι…·η‹— β€’ ι…·ζˆ‘ 🎻 multi-platform music api agent for ai β€’ netease β€’ qq music β€’ kugou β€’ kuwo It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Meting Music Agent?

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

Which AI clients work with Meting Music Agent?

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

Is Meting Music Agent free to use?

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

Browse More Communication MCP Servers

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

Quick Config Preview

{ "mcpServers": { "meting-agent": { "command": "npx", "args": ["-y", "meting-agent"] } } }

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

Read the full setup guide β†’

Ready to use Meting Music Agent?

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