Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

blocks

Execute block operations in Minecraft Bedrock Edition: place, fill, query terrain, detect surfaces, and manipulate large areas with coordinates and block IDs.

Instructions

Block operations: placement, area filling, terrain queries, single blocks, large areas, surface detection

Input Schema

NameRequiredDescriptionDefault
actionYesBlock operation to perform
block_idNoBlock ID (e.g., minecraft:stone, minecraft:dirt, minecraft:air)
modeNoBlock placement/fill mode
xNoX coordinate
x2NoSecond X coordinate for area operations
yNoY coordinate
y2NoSecond Y coordinate for area operations
zNoZ coordinate
z2NoSecond Z coordinate for area operations

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Block operation to perform", "enum": [ "set_block", "fill_area", "get_top_solid_block", "query_block_data", "query_item_data", "query_mob_data" ], "type": "string" }, "block_id": { "description": "Block ID (e.g., minecraft:stone, minecraft:dirt, minecraft:air)", "type": "string" }, "mode": { "description": "Block placement/fill mode", "enum": [ "replace", "keep", "destroy", "hollow", "outline" ], "type": "string" }, "x": { "description": "X coordinate", "type": "number" }, "x2": { "description": "Second X coordinate for area operations", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" }, "y2": { "description": "Second Y coordinate for area operations", "type": "number" }, "z": { "description": "Z coordinate", "type": "number" }, "z2": { "description": "Second Z coordinate for area operations", "type": "number" } }, "required": [ "action" ], "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