Minecraft Docker MCP
用于 Minecraft-in-Docker 的 MCP 服务器,使用 itzg 的 docker-minecraft-server 容器实现与正在运行的 Minecraft 服务器的 AI 交互。
- 将服务器管理公开给 Claude Desktop、Cursor 和 Zed 等 AI 客户端。
- 允许模型以编程方式在游戏中创建我的世界构建
LLM 在很大程度上已经接受了rcon
命令的训练,因此只需将rcon
暴露给模型就可以获得广泛的能力。
如果您已在使用itzg/minecraft-server
Docker 镜像,此 MCP 服务器将允许您通过 Claude Desktop、Cursor 和 Zed 等客户端与您的服务器进行交互。唯一的要求是mc
是容器的名称。
先决条件
- 在名为
mc
Docker 容器中运行的 Minecraft 服务器 - RCON 已启用并正确配置
为了确保您能够使用此服务器,请尝试运行rcon
命令来查看是否得到响应。
如果您收到回复,则表示一切就绪!如果没有,请参考itzg/docker-minecraft-server仓库进行故障排除。
MCP 集成
此 MCP 服务器利用 itzg 的 docker-minecraft-server 容器内置的 RCON 功能与 Minecraft 服务器进行交互。该容器在运行的容器中提供rcon
命令,使其成为 MCP 交互的理想目标。
连接到 Claude Desktop
克隆此存储库并使用 MCP CLI 安装rcon.py
工具。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
使用 RCON 实现 AI 与 Docker 容器内正在运行的 Minecraft 服务器的交互,从而允许模型以编程方式创建 Minecraft 构建并管理服务器。
Related Resources
Related MCP Servers
- -securityAlicense-qualityAllows AI models to observe and interact with the Minecraft world through a bot.Last updated -1050TypeScriptMIT License
- -securityAlicense-qualityEnables AI agents to control Minecraft bots through a standardized JSON-RPC interface.Last updated -101318TypeScriptMIT License
- AsecurityAlicenseAqualityA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instructionLast updated -14100TypeScriptApache 2.0
- -securityAlicense-qualityA server tool for running Deep Learning models that offers Shell execution, Ngrok connectivity, and Docker container hosting with support for multiple AI frameworks including Anthropic, Gemini, and OpenAI.Last updated -1PythonMIT License