Minecraft Wiki

A MCP Server for browsing the official Minecraft Wiki!
  • typescript

7

GitHub Stars

typescript

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "l3-n0x-minecraft-wiki-mcp": {
      "command": "node",
      "args": [
        "/path/to/your/dist/server.js",
        "--api-url",
        "https://minecraft.wiki/api.php"
      ]
    }
  }
}

You run a Minecraft Wiki MCP server to browse the official Minecraft Wiki content through a fast, searchable interface. You can search for structures, entities, items, and blocks, view page summaries and sections, navigate within pages, browse categories, and switch between language versions to explore content in your preferred language.

How to use

Start your MCP client and connect to your Minecraft Wiki MCP server. Use the search tool to locate structures, entities, items, or blocks. Open a page to read its summary or dive into specific sections. Navigate categories to discover related pages and switch language variants to access the wiki in another language.

How to install

Prerequisites: you need Node.js and npm installed on your machine.

Option 1: Install via Smithery to auto-setup Minecraft Wiki MCP for Claude Desktop.

npx -y @smithery/cli install @L3-N0X/Minecraft-Wiki-MCP --client claude

Option 2: Manual installation: clone the project, install dependencies, and build.

# Clone the repository
git clone https://github.com/L3-N0X/Minecraft-Wiki-MCP.git
cd Minecraft-Wiki-MCP

# Install dependencies
npm install

# Build the project
npm run build

Configure the server in your Claude Desktop configuration to point to the built server. The final run uses node with the built server file and the API URL for the Minecraft Wiki.

{
  "mcpServers": {
    "minecraft-wiki": {
      "command": "node",
      "args": [
        "/path/to/your/dist/server.js", 
        "--api-url",
        "https://minecraft.wiki/api.php"
      ]
    }
  }
}

Additional notes

You can customize the API endpoint to access different language versions of the Minecraft Wiki by changing the --api-url parameter to a language-specific URL, such as the German version at https://de.minecraft.wiki/api.php. Ensure the path to the server.js file reflects your build location.

Available tools

MinecraftWiki_searchWiki

Search for structures, entities, items, or blocks in the Minecraft Wiki MCP server.

MinecraftWiki_getPageSummary

Retrieve the page summary and list of available sections for a wiki page.

MinecraftWiki_resolveRedirect

Resolve a redirect page to its target page.

MinecraftWiki_getPageContent

Get the full content of a wiki page.

MinecraftWiki_getPageSection

Get content for a specific section within a wiki page.

MinecraftWiki_getSectionsInPage

Get an overview of all sections in a wiki page.

MinecraftWiki_listAllCategories

List all available wiki categories.

MinecraftWiki_listCategoryMembers

List pages within a specific wiki category.

MinecraftWiki_getCategoriesForPage

Get the categories associated with a specific page.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Minecraft Wiki MCP Server - l3-n0x/minecraft-wiki-mcp | VeilStrat