Minecraft MCP Integration
JSON →Enables AI assistants to interact with a Minecraft server using the Model Context Protocol (MCP).
Install
npx -y @smithery/cli Tools · 21
- chat Send chat messages to the server
- jump Make the bot jump
- moveForward Make the bot move forward
- moveBack Make the bot move backward
- turnLeft Make the bot turn left
- turnRight Make the bot turn right
- placeBlock Place a block at specified coordinates
- digBlock Break a block at specified coordinates
- getBlockInfo Get information about a block at specified coordinates
- selectSlot Select a hotbar slot (0-8)
- getInventory Get contents of bot's inventory
- equipItem Equip an item by name to specified destination
- getStatus Get bot's current status (health, food, position, etc.)
- getNearbyEntities Get list of nearby entities within range
- attack Attack a nearby entity by name
- useItem Use/activate the currently held item
- stopUsingItem Stop using/deactivate the current item
- lookAt Make the bot look at specific coordinates
- followPlayer Follow a specific player
- stopFollowing Stop following current target
- goToPosition Navigate to specific coordinates
Links
★ 101 GitHub stars