MB
Minecraft Bot
repo →MCP server letting AI assistants control a Minecraft character via natural language commands
stdio· No auth· source
Minecraft Bot is an open-source MCP server that lets an LLM drive a Mineflayer-based agent inside any Java Edition Minecraft world. It exposes movement, mining, crafting, inventory, and chat actions as callable tools, so models like Claude can navigate terrain, gather resources, and build structures without human input. The audience is developers and researchers experimenting with embodied agent reasoning, long-horizon planning, and tool-use evaluation in a sandboxed 3D environment.
> what it does
- Exposes Mineflayer bot actions as callable MCP tools for LLMs
- Handles movement, pathfinding, and block placement via structured commands
- Manages inventory operations including crafting, equipping, and item transfers
- Reads nearby entities, blocks, and chat for environment-aware agent loops
- Runs locally against any Java Edition server without mods