Minecraft Wiki MCP

Minecraft Wiki MCP

A MCP Server for browsing the official Minecraft Wiki!

Warning

This MCP is still in development and while working most of the time, there might still be smaller issues and bugs left!

Features

  • Wiki Search: Find information about Minecraft structures, entities, items, and blocks
  • Page Navigation: Get summaries and detailed content from wiki pages
  • Section Access: Target specific sections within wiki pages
  • Category Browsing: Explore wiki categories and their member pages
  • Multi-Language Support: Connect to different language versions of the Minecraft Wiki

Installation

Currently, only local installation is supported, other might follow!

Installing via Smithery

To install Minecraft Wiki Server for Claude Desktop automatically via Smithery:

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

Manual Installation

# 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

Then, you can use the server with this configuration in your claude_desktop_config.json:

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

Configuration

Make sure to update the path to the server.js file! By default, this server connects to https://minecraft.wiki/api.php (English version). You can use a different wiki API URL by using the api-url option to access different language versions:

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

Available Tools

This server provides the following tools for interacting with the Minecraft Wiki:

Search and Navigation

  • MinecraftWiki_searchWiki: Search for structures, entities, items, or blocks
  • MinecraftWiki_getPageSummary: Get page summary and list of available sections
  • MinecraftWiki_resolveRedirect: Resolve redirect pages to their targets

Page Content

  • MinecraftWiki_getPageContent: Get full page content
  • MinecraftWiki_getPageSection: Get specific section content
  • MinecraftWiki_getSectionsInPage: Get overview of all sections in a page

Categories

  • MinecraftWiki_listAllCategories: List all available categories
  • MinecraftWiki_listCategoryMembers: List pages within a category
  • MinecraftWiki_getCategoriesForPage: Get categories for a specific page

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Searches and queries the official minecraft wiki to answer any minecraft-related question with precision!

  1. Features
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
    2. Configuration
      1. Available Tools
        1. Search and Navigation
        2. Page Content
        3. Categories

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Allows AI models to observe and interact with the Minecraft world through a bot.
        Last updated -
        10
        50
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        Enables AI agents to control Minecraft bots through a standardized JSON-RPC interface.
        Last updated -
        10
        13
        18
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
        Last updated -
        14
        55
        TypeScript
        Apache 2.0
        • Apple
      • A
        security
        A
        license
        A
        quality
        A server implementation for interacting with Wikidata API using the Model Context Protocol, providing tools for searching identifiers, extracting metadata, and executing SPARQL queries.
        Last updated -
        5
        8
        Python
        MIT License

      View all related MCP servers

      ID: 1k5w2rdbct