arjunkmrm/mcp-minecraft
If you are the rightful owner of mcp-minecraft and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) integration for Minecraft that enables AI assistants to interact with a Minecraft server.
Tools
Functions exposed to the LLM to take actions
chat
Send chat messages to the server
jump
Let the robot jump
moveForward
Let the robot move forward
moveBack
Let the robot move backwards
turnLeft
Turn the robot to the left
turnRight
Turn the robot to the right
placeBlock
Place blocks in specified coordinates
digBlock
Destroy the block in specified coordinates
getBlockInfo
Get information about the specified coordinate square
selectSlot
getInventory
Get the contents of the robot backpack
equipItem
Equip items by name to the designated location
getStatus
Get the current status of the robot (health, food, location, etc.)
getNearbyEntities
Get a list of nearby entities in scope
attack
Attack nearby entities by name
useItem
Use/Activate the currently held item
stopUsingItem
Stop using/deactivate the current item
lookAt
Let the robot look at specific coordinates
followPlayer
Follow specific players
stopFollowing
Stop following the current target
goToPosition
Navigate to specific coordinates
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client