MCP Minecraft Remote

by nacal

moveTo

Position the player to a specific X, Y, Z coordinate in Minecraft using precise coordinates. Enables direct relocation within the game world for navigation or task execution.

Instructions

Move the player to a specific location

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate
yYesY coordinate
zYesZ coordinate

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Minecraft Remote

Related Tools

ID: 86ml5tqneo