MCP-MCP は、Model Context Protocol (MCP) を使用して Minecraft を操作する AI エージェントです。 Strands Agents でビルドした AI が Minecraft の世界で建築や操作を行うことができます。
MCP-MCP is an AI agent that controls Minecraft using the Model Context Protocol (MCP).
AI built with Strands Agents can build and operate in the Minecraft world.

Raspberry Pi 上で動く Minecraft を操作することができますが、このリポジトリでは 2 つのやり方をサポートしています。
- Basic
- Raspberry Pi 上で Strands Agents を使って構築した AI エージェント及び MCP サーバーを動かすことができます
- LLM は Amazon Bedrock の Claude を用いますが、それ以外は Standalone で動かせます
- Advanced
- AI エージェント を Amazon Bedrock AgentCore Runtime で動かします
- MCP サーバーを Amazon Bedrock AgentCore Gateway で動かします
- Raspberry Pi では AWS IoT Greengrass を通じてクラウドから Minecraft を操作します
どちらの方法も Raspberry Pi 及び AWS アカウントが必要です。
You can control Minecraft running on Raspberry Pi, and this repository supports two approaches.
- Basic
- You can run AI agents and MCP servers built using Strands Agents on Raspberry Pi
- Uses Amazon Bedrock's Claude as the LLM, but everything else can run standalone
- Advanced
- Runs AI agents on Amazon Bedrock AgentCore Runtime
- Runs MCP servers on Amazon Bedrock AgentCore Gateway
- Controls Minecraft from the cloud through AWS IoT Greengrass on Raspberry Pi
Both methods require a Raspberry Pi and an AWS account.