Skip to main content
Glama

MCPMC (Minecraft MCP)

craft_item

Create items in Minecraft by specifying the item name and quantity. Optionally use a crafting table for complex recipes. Integrates with MCPMC for AI-controlled bot crafting.

Instructions

Craft items using materials in inventory. Can use a crafting table if specified.

Input Schema

NameRequiredDescriptionDefault
itemNameYes
quantityNo
useCraftingTableNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "itemName": { "type": "string" }, "quantity": { "type": "number" }, "useCraftingTable": { "type": "boolean" } }, "required": [ "itemName" ], "type": "object" }

You must be authenticated.

Other Tools from MCPMC (Minecraft MCP)

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/gerred/mcpmc'

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