Skip to main content
Glama

MCPMC (Minecraft MCP)

place_block

Place a block at specified coordinates in Minecraft using the bot's inventory to build structures. Requires block name and position (x, y, z) as input.

Instructions

Place a block from the bot's inventory at the specified position. Use this for building structures.

Input Schema

NameRequiredDescriptionDefault
blockNameYes
xYes
yYes
zYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockName": { "type": "string" }, "x": { "type": "number" }, "y": { "type": "number" }, "z": { "type": "number" } }, "required": [ "x", "y", "z", "blockName" ], "type": "object" }
Install Server

Other Tools from MCPMC (Minecraft MCP)

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/gerred/mcpmc'

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