MCP.so
Sign In

Minecraft MCP服务器文档索引

@rice-awa

About Minecraft MCP服务器文档索引

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

rice-awa

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Minecraft MCP服务器文档索引?

Minecraft MCP服务器文档索引是一个集成系统的文档索引项目,该系统由AIAgent(MCP服务器)和基于WebSocket与脚本API的MC服务器组成。AIAgent负责管理AI工具和处理LLM交互,MC服务器负责处理游戏交互。系统支持外部MCP客户端调用和游戏内聊天监听两种请求路径。

How to use Minecraft MCP服务器文档索引?

先阅读项目需求文档了解概况,再参考技术架构文档、WebSocket通信规范及MCP集成规范。开发时安装依赖(pip install asyncio websockets uuid mcp),设置环境变量(export siliconflow_apikey=your_api_key),启动MC服务器(python main.py --full),然后启动AIAgent(python ai_agent.py),最后将Minecraft客户端连接到MC服务器(默认端口8080)。

Key features of Minecraft MCP服务器文档索引

  • 集成AIAgent与Minecraft游戏的WebSocket服务器
  • 支持外部MCP客户端调用与游戏内聊天触发
  • 提供调试模式,记录所有WebSocket数据包
  • 日志自动保存至logs目录
  • 项目结构规范,包含服务器、资源、工具等模块

Use cases of Minecraft MCP服务器文档索引

  • 外部MCP客户端通过AIAgent与Minecraft世界交互
  • 玩家在游戏内通过聊天与AI Agent互动

FAQ from Minecraft MCP服务器文档索引

这个MCP服务器需要什么依赖?

需要安装Python依赖:asyncio, websockets, uuid, mcp;还需设置环境变量`siliconflow_apikey

Comments

More Other MCP servers