Skip to main content
Glama

Minecraft MCP Server

by leo4life2

mineResource

Extract specific blocks or resources in Minecraft by specifying the block name and quantity. Part of the MCP Server's toolkit for AI-driven game control.

Instructions

Mine specific blocks or resources

Input Schema

NameRequiredDescriptionDefault
countYesNumber of blocks to mine
nameYesName of the block/resource to mine

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of blocks to mine", "type": "number" }, "name": { "description": "Name of the block/resource to mine", "type": "string" } }, "required": [ "name", "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