MCP Minecraft Remote

by nacal
Verified

openContainer

Access and open containers like chests or furnaces at precise coordinates in Minecraft using this remote server tool. Simplify inventory management and interaction with specified locations.

Instructions

Open a container (chest, furnace, etc.) at specific coordinates

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate of the container
yYesY coordinate of the container
zYesZ coordinate of the container

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "x": { "description": "X coordinate of the container", "type": "number" }, "y": { "description": "Y coordinate of the container", "type": "number" }, "z": { "description": "Z coordinate of the container", "type": "number" } }, "required": [ "x", "y", "z" ], "type": "object" }
ID: 86ml5tqneo