netease-together-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@netease-together-mcpCreate a listen together room from my 'Road Trip' playlist and give me the invite link."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NetEase Together MCP (POC)
一个轻量的网易云音乐“一起听”远程 MCP 验证工程。它使用单独的网易云小号创建官方一起听房间,生成邀请链接,并在后台维持心跳、同步歌单和发送播放指令。
当前状态:代码与模拟测试版。网易云接口属于非公开接口,首次使用必须用小号进行实机验证,不能承诺长期稳定。
能做什么
检查小号登录状态
搜歌、查看小号歌单、读取歌单歌曲
创建私密或公开歌单,向其中添加或移除歌曲
创建官方“一起听”房间并生成 iPhone 可点击的邀请链接
后台维持房间心跳
替换房间歌单,或直接从小号歌单创建房间
播放、暂停、跳转歌曲、调整进度
查看房间与歌单状态
结束房间
目前不会在网易云站内主动私信主号;邀请链接由 ChatGPT 返回,用户点击后用网易云 App 加入。
Related MCP server: CloudMusic Desktop MCP
安全原则
只用无重要资产的小号。
不要把密码或 Cookie 发进聊天、Issue、GitHub 仓库。
.env已被 Git 忽略,Cookie 仅通过运行环境注入。云端启动必须设置
MCP_AUTH_TOKEN。compose.yaml默认只监听服务器本机的127.0.0.1:3456,应再通过带 HTTPS 的反向代理或安全隧道发布。所有创建房间、控制播放和改歌单工具都要求
confirm=true。
本地首次验证(Windows)
需要安装 Node.js 20 或更高版本。PowerShell 中进入项目目录后:
Copy-Item .env.example .env
npm install --ignore-scripts
npm test
$env:HOST="127.0.0.1"
$env:ALLOW_INSECURE_LOCAL="true"
$env:NETEASE_COOKIE="从你自己的浏览器本地复制,勿发给别人"
npm start健康检查地址:http://127.0.0.1:3456/health;MCP 地址:http://127.0.0.1:3456/mcp。
第一次测试只需验证:账户状态 → 创建房间 → iPhone 点击邀请链接 → 加入 → 播放/暂停 → 保持十分钟 → 结束房间。
Windows 云服务器一键更新
服务器首次部署完成后,在管理员 PowerShell 中运行:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File C:\netease-together-mcp\scripts\update-windows.ps1脚本会下载 GitHub main 分支的最新版,在临时目录安装依赖并运行测试;全部通过后才会替换当前版本并重启 MCP。若已安装安全隧道客户端,脚本也会自动启动或重启它。服务器本地的 .env(包括网易云 Cookie)会被保留,不会上传到 GitHub。若新版本启动失败,脚本会自动恢复并重启旧版本。
一起听历史默认保存在项目目录之外的 %ProgramData%\netease-together-mcp-data\listen-history.json,更新版本不会删除。也可以通过 LISTEN_HISTORY_FILE 指定其他服务器私有路径。
每次成功更新会在 C:\ 保留一个带时间戳的回滚副本。确认新版稳定后,可手动删除旧的 C:\netease-together-mcp.backup-* 目录。新增或重命名 MCP 工具后,还需要在 ChatGPT 的 wyy 插件详情中点击“刷新”,让 ChatGPT 重新读取工具列表。
不敲命令的本地控制台
如果只是本机创建和关闭房间,运行:
npm.cmd run panel随后浏览器访问 http://127.0.0.1:3457。页面会显示邀请链接,并提供“创建房间”和“关闭房间”按钮。这个页面只监听本机,不能在公网访问。
Docker 部署
生成随机令牌并写入 .env,随后:
docker compose up -d --build不要把 3456 端口直接暴露到公网。正式远程接入前,需要配置 HTTPS 反向代理或受保护的隧道。
MCP 工具
netease_account_statussearch_netease_songsget_netease_song_detailsget_netease_user_profilelist_listen_together_historysave_listen_together_memorylist_small_account_playlistsget_netease_playlist_trackscreate_small_account_playlistadd_tracks_to_small_account_playlistremove_tracks_from_small_account_playlistcreate_listen_together_roomcreate_listen_together_from_playlistget_listen_together_sessioncheck_listen_together_roomreplace_listen_together_playlistcontrol_listen_together_playbackclose_listen_together_room
技术来源
本 POC 的整体思路参考 Vael-KY/netease-music-mcp,一起听接口通过 MIT 许可的 NeteaseCloudMusicApiEnhanced/api-enhanced 包调用。本项目本身不包含网易云账号凭据。
已知限制
私有接口可能随网易云更新而失效。
云服务器 IP 与常用登录地区差异过大时,Cookie 可能失效或触发风控。
后台服务负责技术上的心跳和控制;模型不会持续接收或听见音频。
ChatGPT 手机端能否直接显示自建 MCP,需要在同一账号完成远程连接后实机验证。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A room-based collaborative platform
Control your internet radio from any AI client: listeners, stream, playlists, AutoDJ, DJs, store.
Full Spotify Web API coverage - albums, artists, playlists, player controls, and more.
Generate Suno AI music (v5.5) from any MCP client. Async; billed only on success.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to control NetEase Cloud Music playback, login, search, and get personalized recommendations through official APIs.1237MIT
- AlicenseNot gradedqualityCmaintenanceControls the official NetEase Cloud Music desktop client on Windows, enabling AI to search, play, manage queues, and adjust playback settings via a local control channel.1MIT
- AlicenseNot gradedqualityCmaintenance非官方MCP服务,允许通过统一的工具接口操作网易云音乐,包括搜索歌曲、创建与管理歌单、查看听歌记录、收藏歌曲及获取每日推荐。1MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for NetEase Cloud Music, enabling Claude to search songs, add and switch tracks, accept listen-together invites, and send private messages via encrypted API calls.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kui-2026/netease-together-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server