mcp-musicplayer-netease
free to search and play online music from netease
Overview
Mplayer is a free online music player that allows users to search and play music from Netease.
To use mplayer, follow these steps:
- Install the required tools by executing
pip install uv. - Access the MCP client source code.
- Navigate to the Client directory of MCP_AI_Voice_Agent.
- Modify the environment variables in the
1.envfile. - Update the MCP path in the
mcp_server_config.jsonfile. - Run the client by executing
uv run voice.py.
- Free access to a vast library of online music from Netease. - User-friendly interface for searching and playing music. - Integration with AI voice assistant capabilities.
- Listening to favorite songs and discovering new music.
- Using voice commands to control music playback.
- Integrating with other tools to create a comprehensive music experience.
Add to your AI client
Use these steps to connect mcp-musicplayer-netease in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mplayer-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mplayer-server"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mplayer-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mplayer-server"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mplayer-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mplayer-server"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mplayer-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mplayer-server"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mplayer-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mplayer-server"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mplayer-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mplayer-server"
]
}
}
}FAQ
Is mplayer free to use?
Yes! Mplayer is completely free to use for everyone.
Can I play any song from Netease?
Yes! Mplayer allows you to search and play any available song from the Netease library.
How do I set up mplayer?
Follow the setup instructions provided in the documentation to get started.