YU

Yunxin

Created 5 months ago

A toolset for accessing and analyzing Netease IM/RTC functionalities and data.

development documentation public

What is Yunxin?

An MCP server that connects to Yunxin's IM/RTC/DATA Open-API

Documentation

yunxin-mcp-server

Overview

If you are a Netease customer and wish to process functionalities and data related to Netease IM/RTC through large models, then yunxin-mcp-server may be suitable for you.

Toolset

  • send_p2p_msg/send_team_msg: Send single/group chat messages.
  • query_p2p_msg_history/query_team_msg_history: Query history messages.
  • query_application_im_daily_stats: Query daily statistics of the application IM.
  • query_rtc_room_members/query_rtc_room_members_by_uids: Query members in RTC rooms.
  • query_rtc_room_stuck_rate/query_rtc_room_user_stuck_rate: Query room audio/video stuttering rates.
  • query_rtc_room_top_20: Get top 20 rooms based on metrics.
  • query_rtc_quality_distribution: Query real-time multi-dimensional distribution of metrics.
  • query_im_online_connect_latest/query_im_online_connect: Query online user counts.
  • query_im_msg_latest/query_im_msg: Query up/down message volumes.
  • query_im_api_stats/query_im_api_stats_last: Query API call statistics.
  • query_im_sdk_stats/query_im_sdk_stats_last: Query SDK call statistics.

Usage

For usage examples, refer to the how_to_use document.

Server Config

{
  "mcpServers": {
    "yunxin-server": {
      "command": "npx",
      "args": [
        "yunxin"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Netease
Category: official
License: MIT
Tags:
development documentation public