Skip to main content
Glama

Minecraft MCP Server

by zeeweebee
Apache 2.0

look-at

Direct the bot to focus on a specific position in Minecraft by providing X, Y, and Z coordinates. Enables precise targeting for in-game actions like building or interaction.

Instructions

Make the bot look at a specific position

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate
yYesY coordinate
zYesZ coordinate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" }, "z": { "description": "Z coordinate", "type": "number" } }, "required": [ "x", "y", "z" ], "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/zeeweebee/mcp-server'

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