Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

build_sphere

Define center coordinates and radius to generate a sphere or dome in Minecraft Bedrock. Choose block type and hollow/solid structure for customized builds.

Instructions

Build SPHERE: ball, dome, round structure, planet, orb. Requires: centerX,centerY,centerZ,radius

Input Schema

NameRequiredDescriptionDefault
centerXYesCenter X coordinate (east-west position of sphere center)
centerYYesCenter Y coordinate (height/vertical position of sphere center, typically 64-100)
centerZYesCenter Z coordinate (north-south position of sphere center)
hollowNoMake it hollow (true) for sphere shell/dome, or solid (false) for full sphere
materialNoBlock type to build with (e.g. stone, glass, wool, concrete, etc.)minecraft:stone
radiusYesRadius of the sphere in blocks (how big the sphere is). Small: 3-5, Medium: 8-12, Large: 15-20

Input Schema (JSON Schema)

{ "properties": { "centerX": { "description": "Center X coordinate (east-west position of sphere center)", "type": "number" }, "centerY": { "description": "Center Y coordinate (height/vertical position of sphere center, typically 64-100)", "type": "number" }, "centerZ": { "description": "Center Z coordinate (north-south position of sphere center)", "type": "number" }, "hollow": { "default": false, "description": "Make it hollow (true) for sphere shell/dome, or solid (false) for full sphere", "type": "boolean" }, "material": { "default": "minecraft:stone", "description": "Block type to build with (e.g. stone, glass, wool, concrete, etc.)", "type": "string" }, "radius": { "description": "Radius of the sphere in blocks (how big the sphere is). Small: 3-5, Medium: 8-12, Large: 15-20", "maximum": 20, "minimum": 1, "type": "number" } }, "required": [ "centerX", "centerY", "centerZ", "radius" ], "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