Minecraft Wiki MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| MinecraftWiki_searchWikiA | Search the Minecraft Wiki for a specific structure, entity, item or block. NOTE: Only use for basic search terms like item/block/structure/entity names - complex queries (like 'loot table of X' or 'how to craft Y') will not work. For best results: 1. Search for the basic entity/structure/etc name first, 2. Then use getPageSummary to see available sections, 3. Finally use getPageSection to get specific section content. |
| MinecraftWiki_getPageSummaryA | Step 2 of the recommended workflow: After finding a page through search, use this to get both the page summary AND a list of all available sections. This helps determine which specific section to retrieve next using getPageSection. |
| MinecraftWiki_getSectionsInPageC | Retrieves an overview of all sections in the page. |
| MinecraftWiki_getPageSectionA | Get a specific section from a Minecraft Wiki page. Should be used as step 3 after searching for the page and getting its summary. The section index corresponds to the order of sections on the page, starting with 0 for the main content, 1 for the first section, 2 for the second section, etc. |
| MinecraftWiki_getPageContentA | Get the raw wikitext content of a specific Minecraft Wiki page. |
| MinecraftWiki_resolveRedirectB | Resolve a redirect and return the title of the target page. |
| MinecraftWiki_listCategoryMembersA | List all pages that are members of a specific category on the Minecraft Wiki. |
| MinecraftWiki_listAllCategoriesC | List all categories in the Minecraft Wiki. |
| MinecraftWiki_getCategoriesForPageC | Get categories associated with a specific page. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/L3-N0X/Minecraft-Wiki-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server