mcp-minecraft
by yuniko-software
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
host | No | The hostname of the Minecraft server | localhost |
port | No | The port of the Minecraft server | 25565 |
username | No | The username for the Minecraft bot | ClaudeBot |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get-position | Get the current position of the bot |
move-to-position | Move the bot to a specific position |
look-at | Make the bot look at a specific position |
jump | Make the bot jump |
move-in-direction | Move the bot in a specific direction for a duration |
list-inventory | List all items in the bot's inventory |
find-item | Find a specific item in the bot's inventory |
equip-item | Equip a specific item |
place-block | Place a block at the specified position |
dig-block | Dig a block at the specified position |
get-block-info | Get information about a block at the specified position |
find-block | Find the nearest block of a specific type |
find-entity | Find the nearest entity of a specific type |
send-chat | Send a chat message in-game |