MCP.so
Sign In

Minecraft Wiki MCP

@L3-N0X

About Minecraft Wiki MCP

A MCP Server for browsing the official Minecraft Wiki!

Basic information

Category

Memory & Knowledge

Runtime

python

Transports

stdio

Publisher

L3-N0X

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Minecraft-Wiki-MCP": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Minecraft Wiki MCP?

An MCP server for browsing the official Minecraft Wiki. It provides tools for searching wiki pages, retrieving page summaries, sections, full content, category members, and resolving redirects, with multi-language support. It is intended for use with LLM clients like Claude.

How to use Minecraft Wiki MCP?

Install with Python 3.12+ and uv, then run uv run minecraft-wiki-mcp. Configure in claude_desktop_config.json using the uv command and pointing to the cloned directory. Set the MINECRAFT_WIKI_API_URL environment variable for a different language wiki. For remote access, start with --transport streamable-http and connect to the HTTP endpoint.

Key features of Minecraft Wiki MCP

  • Search wiki pages by name for items, blocks, entities, and structures.
  • Get page summaries with introduction and table of contents.
  • Read specific sections as raw wikitext.
  • Retrieve full page content.
  • Browse wiki categories and list category members.
  • Resolve redirects to canonical pages.
  • Support for any language version of the Minecraft Wiki.

Use cases of Minecraft Wiki MCP

  • LLM agents answering Minecraft questions by searching and reading wiki pages.
  • Automated documentation lookups for Minecraft modding or gameplay guides.
  • Browsing wiki categories to discover related pages.
  • Translating content by switching to a different language wiki API.

FAQ from Minecraft Wiki MCP

How do I install Minecraft Wiki MCP?

Clone the repository, then run uv sync and uv run minecraft-wiki-mcp. Alternatively, use pip install -e . and then minecraft-wiki-mcp.

Can I use Minecraft Wiki MCP remotely?

Yes. Start the server with --transport streamable-http (defaults to http://127.0.0.1:8000/mcp). A public hosted instance is also available at https://minecraft-wiki-mcp.goett.top/mcp.

How do I change the language of the wiki?

Set the MINECRAFT_WIKI_API_URL environment variable, for example https://de.minecraft.wiki/api.php for German.

What are the runtime requirements?

Python 3.12+ and the uv package manager (recommended). The server uses only standard MCP and HTTP libraries.

How does v2 differ from v1?

v2 is a complete Python rewrite. Tool names changed (e.g., minecraft_wiki_search replaces MinecraftWiki_searchWiki), configuration moved to environment variables, and content is now raw wikitext instead of HTML-stripped text.

Comments

More Memory & Knowledge MCP servers