Skip to main content
Glama

Minecraft MCP Server

by leo4life2

craftItems

Craft specified items in Minecraft using a crafting table or inventory. Provide the item name and count to automate item creation, enhancing in-game efficiency with the MCP Server.

Instructions

Craft items using a crafting table or inventory

Input Schema

NameRequiredDescriptionDefault
countYesNumber of items to craft
itemYesThe name of the item to craft

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of items to craft", "type": "number" }, "item": { "description": "The name of the item to craft", "type": "string" } }, "required": [ "item", "count" ], "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