place-block
Specify coordinates and direction to place a block in Minecraft using MCP Server. Control in-game actions programmatically for building and world interaction.
Instructions
Place a block at the specified position
Input Schema
Name | Required | Description | Default |
---|---|---|---|
faceDirection | No | Direction to place against (default: 'down') | |
x | Yes | X coordinate | |
y | Yes | Y coordinate | |
z | Yes | Z coordinate |