minecraft-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MC_HOST | No | Minecraft server host. | 127.0.0.1 |
| MC_MODE | No | Mode: creative or survival. Determines which tools are exposed. | creative |
| MC_PORT | No | Minecraft server port. | 25565 |
| MC_VERSION | No | Minecraft protocol version (e.g. 1.20.4). Auto-detected if not set. | |
| MC_USERNAME | No | Bot username. | mcp-bot |
| MC_AUTO_CONNECT | No | Connect to the server on startup. Set to false to defer connection. | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reconnect_botB | Reconnect the bot to the configured Minecraft server. |
| get_bot_statusA | Get the current bot status including state, position, health, food, and recent chat messages. |
| send_chatB | Send a chat message in-game. |
| get_positionA | Get the bot's current position and orientation. |
| look_atA | Make the bot look at specific world coordinates. |
| move_controlA | Set a movement control state (forward, back, left, right, jump, sprint, sneak). Optionally auto-deactivate after durationMs. |
| stop_all_controlsA | Immediately stop all movement controls (forward, back, left, right, jump, sprint, sneak). |
| get_inventoryA | List all items in the bot's inventory. |
| setblockC | Place a block at a specific position with optional mode. |
| fillB | Fill a cuboid region with a block type and optional mode. |
| clone_areaB | Clone a cuboid region from a source to a destination position. |
| give_itemA | Give an item to a player (default: the bot itself). |
| teleport_toB | Teleport the bot to specific coordinates with optional rotation. |
| set_timeA | Set the world time to a preset (day, noon, night, etc.) or a tick value. |
| set_weatherA | Set the weather to clear, rain, or thunder with optional duration. |
| set_gameruleA | Set a game rule to a specific value. |
| summon_entityB | Summon an entity at specific coordinates with optional NBT data. |
| fly_toB | Fly the bot to specific coordinates using creative flight. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/risnake/minecraft-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server