Minecraft Wiki MCP

by l3-n0x

17 stars
376 downloads
Not rated
GitHub

About

A server for browsing and searching the official Minecraft Wiki.

Details

Author
l3-n0x
GitHub stars
17
Downloads
376
Categories
Search, Other, Knowledge Base
Tags
#gaming

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Minecraft Wiki MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

An MCP Server for browsing the official Minecraft Wiki!

[!WARNING] This is v2 — a complete Python rewrite. If you're upgrading from v1 (TypeScript), see themigration notesbelow.

[!TIP]Public Hosted Instance: You can connect to the public hosted instance of this server directly athttps://minecraft-wiki-mcp.goett.top/mcpwithout installing or running anything locally! SeeStreamable HTTP Transportbelow for instructions.

- Wiki Search— Find information about Minecraft structures, entities, items, and blocks
- Page Summaries— Get a page's intro plus a table of contents to navigate further
- Section Access— Read specific sections as raw wikitext
- Full Page Content— Retrieve the entire page when you need everything
- Category Browsing— Explore wiki categories and their member pages
- Redirect Resolution— Follow redirects to find the canonical page
- Multi-Language Support— Connect to any language version of the Minecraft Wiki

- Python 3.12+
-
uv(recommended package manager)

# Clone the repository git clone https://github.com/L3-N0X/Minecraft-Wiki-MCP.git cd Minecraft-Wiki-MCP # Install dependencies uv sync # Run the server uv run minecraft-wiki-mcp

Add to yourclaude_desktop_config.json:

{ "mcpServers": { "minecraft-wiki": { "command": "uv", "args": [ "--directory", "/path/to/Minecraft-Wiki-MCP", "run", "minecraft-wiki-mcp" ] } } }
claude mcp add minecraft-wiki -- uv --directory /path/to/Minecraft-Wiki-MCP run minecraft-wiki-mcp

By default, the server connects to the English wiki (https://minecraft.wiki/api.php). Set theMINECRAFT_WIKI_API_URLenvironment variable to use a different language:

{ "mcpServers": { "minecraft-wiki": { "command": "uv", "args": [ "--directory", "/path/to/Minecraft-Wiki-MCP", "run", "minecraft-wiki-mcp" ], "env": { "MINECRAFT_WIKI_API_URL": "https://de.minecraft.wiki/api.php" } } } }

By default, the server usesstdiotransport (communication via stdin/stdout). For remote or multi-client access, you can useStreamable HTTPtransport:

# Start the HTTP server (default: http://127.0.0.1:8000/mcp) uv run minecraft-wiki-mcp --transport streamable-http

Then connect clients to the HTTP endpoint. For example, to connect to the public hosted instance using Claude Code:

claude mcp add --transport http minecraft-wiki https://minecraft-wiki-mcp.goett.top/mcp
claude mcp add --transport http minecraft-wiki http://localhost:8000/mcp

Connecting Major Platforms to the Public Instance

The public hosted URLhttps://minecraft-wiki-mcp.goett.top/mcpcan be easily added across major platforms that support remote MCP connections or custom apps:

claude mcp add --transport http minecraft-wiki https://minecraft-wiki-mcp.goett.top/mcp

Claude (Web & Desktop) & Perplexity:
- Open your settings/customization page (e.g., Customize -> Connectors in Claude).
- Select the option to add a remote server using theHTTP/SSEtransport.
- Enterhttps://minecraft-wiki-mcp.goett.top/mcpas the server URL.

ChatGPT Website (Custom Apps): ChatGPT supports connecting custom MCP servers natively (even on the free tier) when developer mode is enabled:
- Open ChatGPTSettings->Apps->Advanced Settingsand enableDeveloper Mode.
- Go back and create a new app.
- Enterhttps://minecraft-wiki-mcp.goett.top/mcpas the MCP server URL to connect.

Configure host, port, and security via environment variables:

For best results, LLMs should follow this pattern:
- Searchminecraft_wiki_searchto find the right page
- Summarizeminecraft_wiki_get_pageto see the intro and available sections
- Deep diveminecraft_wiki_get_sectionto read specific sections

# Install dependencies uv sync # Run with the MCP Inspector for interactive testing uv run mcp dev src/minecraft_wiki_mcp/server.py # Syntax check uv run python -m py_compile src/minecraft_wiki_mcp/server.py

A special thank you tostone-brickfor developing the fantasticminecraft-wiki-MDifierlibrary! This library converts complex Minecraft wikitext into clean, easy-to-read Markdown, which not only improves the parsing results of the MCP server but also significantly saves token usage for LLMs. Thank you for the help and for building this great library!

v2 is a complete rewrite from TypeScript to Python. Key changes:

- Configuration viaMINECRAFT_WIKI_API_URLenv var instead of--api-urlCLI flag
- Runtime: Python 3.12+ withuvinstead of Node.js
- Content is raw wikitext instead of HTML-stripped text

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Fetch, convert, and search AWS documentation pages, with recommendations for related content.

Search Stack Overflow and Stack Exchange from Claude, Cursor, and other AI agents through an MCP server.

Quran-focused MCP server for ayah translation, tafsir, mutashabihat lookups, recitation playlists, and prayer times.

Provides AI assistants with intelligent access to ML textbook content for creating accurate, source-grounded documentation.

Caesar is a free, keyless web search API for AI agents. Its remote MCP server exposes web_search (ranked results with citable provenance) and web_fetch (full pages as clean markdown), and works anonymously with no API key.

CatchAll is a web search API built for comprehensive event retrieval — not ranked results, but all matching records.

Search and access programming resources from Stack Overflow, MDN, GitHub, npm, and PyPI.

An MCP server for the Context7 project, providing HTTP streaming and search endpoints for library information without local installation.

A self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.