Skip to main content
Glama

MCP Minecraft Remote

by nacal

openContainer

Access containers like chests or furnaces in Minecraft by specifying their coordinates. Enables precise inventory management and interaction on remote servers through MCP Minecraft Remote.

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" }

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/nacal/mcp-minecraft-remote'

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