Skip to main content
Glama

Minecraft MCP Server

by leo4life2

mineResource

Mine specific blocks or resources in Minecraft using the MCP Server. Input the block/resource name and quantity to automate resource collection for AI agents.

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