Skip to main content
Glama

Minecraft MCP Server

by leo4life2

goToKnownLocation

Direct an AI agent to specific coordinates in Minecraft using this tool. Input X, Y, and Z values to navigate to a precise location, with an optional name for reference. Ensures accurate in-game positioning.

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