マインクラフト ドッカー MCP
itzg の docker-minecraft-server コンテナを使用して実行中の Minecraft サーバーとの AI 対話を可能にする、Minecraft-in-Docker 用の MCP サーバー。
- Claude Desktop、Cursor、Zed などの AI クライアントにサーバー管理を公開します。
- モデルがゲーム内でプログラム的にMinecraftビルドを作成できるようにする
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デスクトップに接続しています
このリポジトリをクローンし、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 を使用して Docker コンテナ内で実行中の Minecraft サーバーとの AI 対話を可能にし、モデルがプログラムで 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