Skip to main content
Glama

mcp-minecraft

place-block

Set blocks at specific coordinates in Minecraft using a direction parameter. Control in-game placement via the mcp-minecraft server for precise structure building.

Instructions

Place a block at the specified position

Input Schema

NameRequiredDescriptionDefault
faceDirectionNoDirection to place against (default: 'down')
xYesX coordinate
yYesY coordinate
zYesZ coordinate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "faceDirection": { "description": "Direction to place against (default: 'down')", "enum": [ "up", "down", "north", "south", "east", "west" ], "type": "string" }, "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" }, "z": { "description": "Z coordinate", "type": "number" } }, "required": [ "x", "y", "z" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-minecraft

Related Tools

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/yuniko-software/minecraft-mcp-server'

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