Skip to main content
Glama

mcp-minecraft

find-entity

Locate the nearest entity of a specified type within a defined maximum distance in Minecraft. Useful for identifying specific targets or objects in the game environment.

Instructions

Find the nearest entity of a specific type

Input Schema

NameRequiredDescriptionDefault
maxDistanceNoMaximum search distance (default: 16)
typeNoType of entity to find (empty for any entity)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxDistance": { "description": "Maximum search distance (default: 16)", "type": "number" }, "type": { "description": "Type of entity to find (empty for any entity)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from mcp-minecraft

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/yuniko-software/minecraft-mcp-server'

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