Skip to main content
Glama

Minecraft MCP Server

by leo4life2

craftItems

Craft specific items in Minecraft by specifying the item name and quantity. Enables efficient resource management and crafting tasks within the MCP Server environment.

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