Back to Home
Code-MonkeyZhang icon

netease-mcp-server

Verified Safe

by Code-MonkeyZhang

Overview

Enables AI agents to control NetEase Cloud Music desktop application, manage music playback, and access user data like playlists and recommendations via its OpenAPI.

Installation

Run Command
python src/main.py

Environment Variables

  • MCP_LOG_ENABLE

Security Notes

The server stores session cookies in a cleartext JSON file (`src/storage/cookies.json`) locally. While this is explicitly stated to be for local privacy, it means the file contains sensitive authentication data. If the local system is compromised or file permissions are lax, these cookies could be exposed. The server uses `pyncm` for API interactions and `subprocess.run` / `os.startfile` for opening local QR code images and URL schemes for playback, which are generally safe operations given controlled inputs. No 'eval' or other direct command injection vectors from user input were found.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassMedium
Avg Tokens250
Stars1
Forks0
Last Update2026-01-19

Tags

Music ControlAI AgentNetEase Cloud MusicOpenAPIMCP