Back to MCP directory
publicPublicdnsLocal runtime

MCPE-ServerInfo

一个用于查询Minecraft基岩版服务器非连接信息的工具,通过输入服务器地址显示相关信息。

article

README

🚀 MCPE-服务器信息工具

这是一个小程序,它能显示Minecraft Bedrock Edition(床岩版)服务器地址的非连接信息。通过解析原始数据包,可获取与服务器相关的信息。

🚀 快速开始

此工具能够解析原始数据包,从而获取Minecraft Bedrock Edition服务器地址的非连接信息。

💻 使用示例

基础用法

// 在GitHub上查看serverInfo.cpp文件中的具体实现

📷 截图

截图

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client