Minecraft MCP
JSON →Control a Minecraft character to build, explore, and interact with the game world using natural language.
Tools · 18
- get-position Get the current position of the bot
- move-to-position Move to specific coordinates
- look-at Make the bot look at specific coordinates
- jump Make the bot jump
- move-in-direction Move in a specific direction for a duration
- fly-to Make the bot fly directly to specific coordinates
- list-inventory List all items in the bot's inventory
- find-item Find a specific item in inventory
- equip-item Equip a specific item
- place-block Place a block at specified coordinates
- dig-block Dig a block at specified coordinates
- get-block-info Get information about a block
- find-blocks Find one or more nearby blocks of a specific type
- smelt-item Smelt items using a furnace-like block
- find-entity Find the nearest entity of a specific type
- send-chat Send a chat message in-game
- read-chat Get recent chat messages from players
- detect-gamemode Detect the gamemode on game
★ 589 GitHub stars