Skip to main content
Glama

Minecraft Bedrock MCP Server

by Mming-Lab

minecraft_wiki

Search and retrieve detailed information from the official Minecraft Wiki for Bedrock and Education Editions. Focus on commands, blocks, items, entities, and mechanics using a step-by-step sequence for efficient information gathering.

Instructions

Search Minecraft Wiki for Bedrock Edition and Education Edition commands, blocks, items, entities, and game mechanics. Excludes Java Edition-only features. Returns accurate, up-to-date information from the official Minecraft Wiki. Use sequence action for step-by-step information gathering: 1) search for topic, 2) get specific page, 3) get detailed section - reduces overwhelming responses.

Input Schema

NameRequiredDescriptionDefault
actionYesWiki search action to perform
focusNoFocus area for search results
page_titleNoSpecific wiki page title to retrieve
queryNoSearch query (e.g., "give command", "diamond sword", "teleport", "setblock")
sectionNoSpecific section name within a page
stepsNoArray of wiki search actions for sequence. Example: [{"type":"search","query":"give command","focus":"commands"},{"type":"get_page","title":"Commands/give"},{"type":"get_section","title":"Commands/give","section":"Syntax"}]. Use this to break down information gathering into manageable steps instead of getting overwhelming responses.
titleNoWiki page title (alternative parameter name for compatibility)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Wiki search action to perform", "enum": [ "search", "get_page", "get_page_summary", "get_section", "sequence" ], "type": "string" }, "focus": { "description": "Focus area for search results", "enum": [ "commands", "blocks", "items", "entities", "mechanics", "bedrock_edition", "education_edition" ], "type": "string" }, "page_title": { "description": "Specific wiki page title to retrieve", "type": "string" }, "query": { "description": "Search query (e.g., \"give command\", \"diamond sword\", \"teleport\", \"setblock\")", "type": "string" }, "section": { "description": "Specific section name within a page", "type": "string" }, "steps": { "description": "Array of wiki search actions for sequence. Example: [{\"type\":\"search\",\"query\":\"give command\",\"focus\":\"commands\"},{\"type\":\"get_page\",\"title\":\"Commands/give\"},{\"type\":\"get_section\",\"title\":\"Commands/give\",\"section\":\"Syntax\"}]. Use this to break down information gathering into manageable steps instead of getting overwhelming responses.", "items": { "description": "Wiki sequence step", "properties": { "focus": { "description": "Search focus area", "enum": [ "commands", "blocks", "items", "entities", "mechanics", "bedrock_edition", "education_edition" ], "type": "string" }, "page_title": { "description": "Alternative page title parameter", "type": "string" }, "query": { "description": "Search query for search action", "type": "string" }, "section": { "description": "Section name for get_section action", "type": "string" }, "title": { "description": "Page title for get_page/get_section actions", "type": "string" }, "type": { "description": "Wiki action type", "enum": [ "search", "get_page", "get_page_summary", "get_section", "wait" ], "type": "string" }, "wait_time": { "description": "Wait time in seconds after this step", "type": "number" } }, "required": [ "type" ], "type": "object" }, "type": "array" }, "title": { "description": "Wiki page title (alternative parameter name for compatibility)", "type": "string" } }, "required": [ "action" ], "type": "object" }

Other Tools from Minecraft Bedrock MCP Server

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/Mming-Lab/minecraft-bedrock-mcp-server'

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