Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

build_cube

Create 3D shapes like cubes, rectangles, walls, and platforms in Minecraft Bedrock using precise coordinates. Specify material and hollow options for custom builds.

Instructions

Build CUBE/RECTANGLE: box, rectangle, wall, platform, room, house frame. Requires: x1,y1,z1,x2,y2,z2

Input Schema

NameRequiredDescriptionDefault
hollowNoCreate hollow cube (default: false)
materialNoBlock material to useminecraft:stone
x1YesStarting X coordinate
x2YesEnding X coordinate
y1YesStarting Y coordinate
y2YesEnding Y coordinate
z1YesStarting Z coordinate
z2YesEnding Z coordinate

Input Schema (JSON Schema)

{ "properties": { "hollow": { "default": false, "description": "Create hollow cube (default: false)", "type": "boolean" }, "material": { "default": "minecraft:stone", "description": "Block material to use", "type": "string" }, "x1": { "description": "Starting X coordinate", "type": "number" }, "x2": { "description": "Ending X coordinate", "type": "number" }, "y1": { "description": "Starting Y coordinate", "type": "number" }, "y2": { "description": "Ending Y coordinate", "type": "number" }, "z1": { "description": "Starting Z coordinate", "type": "number" }, "z2": { "description": "Ending Z coordinate", "type": "number" } }, "required": [ "x1", "y1", "z1", "x2", "y2", "z2" ], "type": "object" }

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/Mming-Lab/minecraft-bedrock-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server