drio
Open app

mcp-musicplayer-netease

Source

free to search and play online music from netease

Catalog onlyCatalog onlySTDIO

Overview

Mplayer is a free online music player that allows users to search and play music from Netease.

To use mplayer, follow these steps:

  1. Install the required tools by executing pip install uv.
  2. Access the MCP client source code.
  3. Navigate to the Client directory of MCP_AI_Voice_Agent.
  4. Modify the environment variables in the 1.env file.
  5. Update the MCP path in the mcp_server_config.json file.
  6. 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.
  1. Listening to favorite songs and discovering new music.
  2. Using voice commands to control music playback.
  3. 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.