Minecraft Wiki MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_URLNoThe URL of the Minecraft Wiki API. Can be changed to access different language versions (e.g., https://de.minecraft.wiki/api.php for German).https://minecraft.wiki/api.php

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
MinecraftWiki_searchWiki

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_getPageSummary

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_getSectionsInPage

Retrieves an overview of all sections in the page.

MinecraftWiki_getPageSection

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_getPageContent

Get the raw wikitext content of a specific Minecraft Wiki page.

MinecraftWiki_resolveRedirect

Resolve a redirect and return the title of the target page.

MinecraftWiki_listCategoryMembers

List all pages that are members of a specific category on the Minecraft Wiki.

MinecraftWiki_listAllCategories

List all categories in the Minecraft Wiki.

MinecraftWiki_getCategoriesForPage

Get categories associated with a specific page.

ID: 1k5w2rdbct