Skip to main content
Glama

Minecraft MCP Server

by leo4life2

goToSomeone

Move to a specific player in Minecraft, maintaining a set distance. Choose to follow the player continuously for navigation and coordination during gameplay.

Instructions

Navigate to another player

Input Schema

NameRequiredDescriptionDefault
distanceNoDistance to maintain from the player (default: 3)
keepFollowingNoContinue following the player (default: false)
userNameYesUsername of the player to go to

Input Schema (JSON Schema)

{ "properties": { "distance": { "description": "Distance to maintain from the player (default: 3)", "type": "number" }, "keepFollowing": { "description": "Continue following the player (default: false)", "type": "boolean" }, "userName": { "description": "Username of the player to go to", "type": "string" } }, "required": [ "userName" ], "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