Skip to main content
Glama

Minecraft Docker MCP

by rgbkrk

マインクラフト ドッカー 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が有効になっており、適切に設定されている
docker run -d --name mc -p 25565:25565 -e EULA=TRUE itzg/minecraft-server

このサーバーを使用できることを確認するには、 rconコマンドを実行して応答があるかどうかを確認してください。

docker exec -it mc rcon "list"

応答があれば完了です。応答がない場合は、 itzg/docker-minecraft-serverリポジトリを参照してトラブルシューティングを行ってください。

MCP統合

このMCPサーバーは、itzgのdocker-minecraft-serverコンテナに組み込まれたRCON機能を利用してMinecraftサーバーと通信します。このコンテナは実行中のコンテナ内でrconコマンドを提供するため、MCPとの通信に最適なターゲットとなります。

Claudeデスクトップに接続しています

このリポジトリをクローンし、MCP CLI を使用してrcon.pyツールをインストールします。

mcp install rcon.py
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

RCON を使用して Docker コンテナ内で実行中の Minecraft サーバーとの AI 対話を可能にし、モデルがプログラムで Minecraft ビルドを作成し、サーバーを管理できるようにします。

  1. 前提条件
    1. MCP統合
      1. Claudeデスクトップに接続しています

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      Allows AI models to observe and interact with the Minecraft world through a bot.
      Last updated -
      10
      50
      TypeScript
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      Enables AI agents to control Minecraft bots through a standardized JSON-RPC interface.
      Last updated -
      10
      13
      18
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      A 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 instruction
      Last updated -
      14
      100
      TypeScript
      Apache 2.0
      • Apple
    • -
      security
      A
      license
      -
      quality
      A 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 -
      1
      Python
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rgbkrk/rcon-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server