Back to MCP directory
publicPublicdnsLocal runtime

MCPProxyServer

Minecraft协议的中转代理服务器

article

README

🚀 MCPProxyServer——为《我的世界》协议设计的中级代理服务器

MCPProxyServer是专门为《我的世界》协议打造的中级代理服务器,可有效解决相关网络连接等问题,为玩家提供更稳定、流畅的游戏体验。

由于原文档除项目标题和核心功能描述外无其他实质内容,因此美化后的文档仅展示以上部分。

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