Skip to main content
Glama

MCP Minecraft Remote

by nacal

moveControl

Execute player movement commands in Minecraft through remote servers. Set actions like forward, back, left, right, jump, sprint, or sneak with adjustable duration for precise control.

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

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