Skip to main content
Glama

Minecraft MCP Server

by leo4life2

hunt

Find and track animals or mobs in Minecraft using predefined parameters like target type, name, quantity, and duration with the MCP Server tool.

Instructions

Hunt animals or mobs

Input Schema

NameRequiredDescriptionDefault
amountNoNumber to hunt (default: 1)
durationNoMax duration in seconds (default: 60)
targetNameNoOptional: Specific name of the target
targetTypeYesType of target: 'animal' or 'mob'

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Number to hunt (default: 1)", "type": "number" }, "duration": { "description": "Max duration in seconds (default: 60)", "type": "number" }, "targetName": { "description": "Optional: Specific name of the target", "type": "string" }, "targetType": { "description": "Type of target: 'animal' or 'mob'", "type": "string" } }, "required": [ "targetType" ], "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