Minecraft Wiki

Minecraft Wiki

A MCP Server for browsing the official Minecraft Wiki!.

2.1K

9 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
MinecraftWiki_getCategoriesForPageGet categories associated with a specific page.
MinecraftWiki_getPageContentGet the raw wikitext content of a specific Minecraft Wiki page.
MinecraftWiki_getPageSectionGet 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_getPageSummaryStep 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_getSectionsInPageRetrieves an overview of all sections in the page.
MinecraftWiki_listAllCategoriesList all categories in the Minecraft Wiki.
MinecraftWiki_listCategoryMembersList all pages that are members of a specific category on the Minecraft Wiki.
MinecraftWiki_resolveRedirectResolve a redirect and return the title of the target page.
MinecraftWiki_searchWikiSearch 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.

Manual installation

You can install the MCP server using:

Installation for

Related servers