Build intelligent Minecraft bots — from simple followers to Claude-controlled agents.
examples/
bot-follow-a-player/ # Tutorial 1: Bot that follows a player
bot-protect-a-player-from-hostile/ # Tutorial 2: Bot that protects from hostiles
mcp/ # Tutorial 3: MCP server for Claude-controlled bot
cd examples/bot-follow-a-player
npx tsx src/index.ts -- --player <name>
cd examples/bot-protect-a-player-from-hostile
npx tsx src/index.ts -- --player <name>
cd mcp
npm install
npm run build
npm start
See CURRICULUM.md for setup instructions with Claude Desktop and Claude Code.