Skip to main content
Glama

mcp-minecraft

find-block

Locate the nearest block of a specified type within a defined distance in Minecraft, enabling precise navigation and resource identification in the mcp-minecraft server environment.

Instructions

Find the nearest block of a specific type

Input Schema

NameRequiredDescriptionDefault
blockTypeYesType of block to find
maxDistanceNoMaximum search distance (default: 16)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockType": { "description": "Type of block to find", "type": "string" }, "maxDistance": { "description": "Maximum search distance (default: 16)", "type": "number" } }, "required": [ "blockType" ], "type": "object" }
Install Server

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