Skip to main content
Glama

Minecraft MCP Server

by leo4life2

goToKnownLocation

Use this tool to instantly teleport a Minecraft agent to precise coordinates (x, y, z) within the game world, enabling quick navigation to predefined or named locations for efficient exploration or task execution.

Instructions

Navigate to specific coordinates

Input Schema

NameRequiredDescriptionDefault
nameNoOptional: Name of the location
xYesX coordinate
yYesY coordinate
zYesZ coordinate

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Optional: Name of the location", "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" }

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/leo4life2/minecraft-mcp-http'

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