Skip to main content
Glama

Minecraft MCP Server

by zeeweebee
Apache 2.0

equip-item

Assign a specific item to a desired slot in Minecraft using 'equip-item', enabling precise in-game control for AI-driven characters on the MCP Server.

Instructions

Equip a specific item

Input Schema

NameRequiredDescriptionDefault
destinationNoWhere to equip the item (default: 'hand')
itemNameYesName of the item to equip

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destination": { "description": "Where to equip the item (default: 'hand')", "type": "string" }, "itemName": { "description": "Name of the item to equip", "type": "string" } }, "required": [ "itemName" ], "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