Skip to main content
Glama

MCP Minecraft Remote

by nacal

craftItem

Create specific Minecraft items using available resources by specifying the item name and desired quantity. This tool integrates with MCP Minecraft Remote to enable precise crafting through commands.

Instructions

Craft an item using available materials

Input Schema

NameRequiredDescriptionDefault
countNoNumber of items to craft
itemNameYesName of the item to craft

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 1, "description": "Number of items to craft", "type": "number" }, "itemName": { "description": "Name of the item to craft", "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/nacal/mcp-minecraft-remote'

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