Skip to main content
Glama

MCPMC (Minecraft MCP)

follow_player

Direct a bot to follow a specific Minecraft player by specifying their username and distance. Ideal for coordinating movements or roleplay scenarios in MCPMC servers.

Instructions

Make the bot follow a specific player

Input Schema

NameRequiredDescriptionDefault
distanceNo
usernameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "distance": { "default": 2, "type": "number" }, "username": { "type": "string" } }, "required": [ "username" ], "type": "object" }

You must be authenticated.

Other Tools from MCPMC (Minecraft MCP)

Related Tools

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/gerred/mcpmc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server