What is mcp-musicplayer-netease: Ad-Free Streaming & Seamless Discovery?
MCP-MusicPlayer-Netease is an open-source framework integrating AI-driven voice interaction with a networked music streaming backend. It eliminates ads in music playback while enabling smart song discovery through voice commands. The system features separate client and server components, allowing users to control music playback via AI agents and automate media management workflows.
How to use mcp-musicplayer-netease: Ad-Free Streaming & Seamless Discovery?
Implementation requires two main steps: configuring the client and setting up the server. Start by installing the uv tool with pip install uv
, then modify environment variables in the 1.env
file. Update the MCP server path in mcp_server_config.json
, and finally run uv run voice.py
to activate the voice-controlled interface. Server setup involves deploying the network music player code from the Server/mplayer
directory.