Skip to main content
Glama
YuanYeYouTao

netease-music-mcp

by YuanYeYouTao

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NETEASE_CSRFNoThe CSRF token cookie value (alternative to full cookie).
NETEASE_COOKIENoThe complete cookie string for NetEase authentication (alternative to NETEASE_MUSIC_U and NETEASE_CSRF).
NETEASE_MUSIC_UNoThe MUSIC_U cookie value (alternative to full cookie).
NETEASE_USER_IDNoYour NetEase user ID, required for accessing personal music library.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
music_searchB

Search songs, artists, albums, or playlists with compact paginated results.

get_recommendationsA

Read a page of NetEase's read-only recommended playlists.

get_similar_songsA

Read a page of songs similar to one NetEase song.

get_new_songsA

Read a page of recommended new songs by region.

get_rankingsA

Read a page of NetEase ranking boards with compact top tracks.

get_songsA

Fetch metadata for multiple songs in one call while preserving input order.

get_albumA

Fetch album metadata and optionally one page of tracks.

get_artistB

Fetch artist metadata and optionally a bounded list of top songs.

get_playlistA

Fetch playlist metadata and optionally one bounded page of tracks.

get_lyricsB

Fetch a bounded lyric page with optional aligned translation and romanization.

get_user_libraryA

Read one authenticated, paginated section of a user's music library.

get_playlist_statisticsB

Compute deterministic duration, artist, album, year, and availability statistics.

create_playlistA

Create a NetEase playlist after explicit confirmation.

update_playlist_tracksB

Add or remove songs from a NetEase playlist after confirmation.

set_song_likeA

Like or unlike one NetEase song after explicit confirmation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YuanYeYouTao/netease-music-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server