MCP Minecraft Remote

by nacal
Verified

moveControl

Control Minecraft player movement with commands like forward, back, left, right, jump, sprint, sneak, and stop. Set action duration to manage precise in-game navigation.

Instructions

Control the player with basic movement commands

Input Schema

NameRequiredDescriptionDefault
actionYesMovement action to perform
durationNoDuration to perform the action in seconds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Movement action to perform", "enum": [ "forward", "back", "left", "right", "jump", "sprint", "sneak", "stop" ], "type": "string" }, "duration": { "default": 1, "description": "Duration to perform the action in seconds", "type": "number" } }, "required": [ "action" ], "type": "object" }
ID: 86ml5tqneo