Minecraft Wiki

Minecraft Wiki

A MCP Server for browsing the official Minecraft Wiki!.

2.0K

9 Tools

Packaged by
Add to Docker Desktop

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

About

Minecraft Wiki MCP Server

A MCP Server for browsing the official Minecraft Wiki!.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/minecraft-wiki
AuthorL3-N0X
Repositoryhttps://github.com/L3-N0X/Minecraft-Wiki-MCP
Dockerfilehttps://github.com/L3-N0X/Minecraft-Wiki-MCP/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/minecraft-wiki --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence

Available Tools (9)

Tools provided by this ServerShort Description
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.
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.
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.

Tools Details

Tool: MinecraftWiki_getCategoriesForPage

Get categories associated with a specific page.

ParametersTypeDescription
titlestringTitle of the Minecraft Wiki page

Tool: MinecraftWiki_getPageContent

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

ParametersTypeDescription
titlestringTitle of the Minecraft Wiki page to retrieve the raw wikitext content for.

Tool: 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.

ParametersTypeDescription
sectionIndexnumberIndex of the section to retrieve (0 = main, 1 = first section, 2 = second section, etc.)
titlestringTitle of the Minecraft Wiki page

Tool: 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.

ParametersTypeDescription
titlestringTitle of the Minecraft Wiki page

Tool: MinecraftWiki_getSectionsInPage

Retrieves an overview of all sections in the page.

ParametersTypeDescription
titlestringTitle of the page to retrieve sections for.

Tool: MinecraftWiki_listAllCategories

List all categories in the Minecraft Wiki.

ParametersTypeDescription
limitnumberoptionalThe maximum number of categories to return (default: 10, max: 500).
prefixstringoptionalFilters categories by prefix.

Tool: MinecraftWiki_listCategoryMembers

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

ParametersTypeDescription
categorystringThe name of the category to list members from (e.g., 'Items', 'Blocks', 'Entities', 'Structure Blueprints').
limitnumberoptionalThe maximum number of pages to return (default: 100, max: 500).

Tool: MinecraftWiki_resolveRedirect

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

ParametersTypeDescription
titlestringTitle of the page to resolve the redirect for.

Tool: 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.

ParametersTypeDescription
querystringSearch term to find on the Minecraft Wiki.

Use this MCP Server

{
  "mcpServers": {
    "minecraft-wiki": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/minecraft-wiki"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers