Back to MCP directory
publicPublicdnsLocal runtime

DennisTraub_minecraft-mcp-server

一个早期原型项目,通过Mineflayer API与Minecraft交互,实现Model Context Protocol (MCP)服务器。

article

README

🚀 早期模型上下文协议(MCP)服务器实现原型

本项目是一个早期的模型上下文协议(MCP)服务器实现原型,它整合了Mineflayer API,可用于与热门游戏《Minecraft》进行互动,为相关开发提供了基础的功能框架。

🚀 快速开始

这是一个早期的模型上下文协议(MCP)服务器实现原型,整合了Mineflayer API用于与《Minecraft》互动。

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