Minecraft Wiki MCP

Minecraft Wiki MCP

用于浏览官方 Minecraft Wiki 的 MCP 服务器!

[!警告] 此 MCP 仍在开发中,虽然大部分时间都可以运行,但可能仍存在一些小问题和错误!

特征

  • Wiki 搜索:查找有关 Minecraft 结构、实体、物品和方块的信息
  • 页面导航:从 wiki 页面获取摘要和详细内容
  • 部分访问:针对 wiki 页面内的特定部分
  • 类别浏览:探索 wiki 类别及其成员页面
  • 多语言支持:连接到不同语言版本的 Minecraft Wiki

安装

目前仅支持本地安装,其他安装可能会陆续支持!

手动安装

# 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

然后,您可以在claude_desktop_config.json中使用具有以下配置的服务器:

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

配置

请务必更新 server.js 文件的路径!默认情况下,此服务器连接到https://minecraft.wiki/api.php (英文版)。您可以使用api-url选项设置不同的 wiki API URL,以访问不同的语言版本:

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

可用工具

该服务器提供以下与 Minecraft Wiki 交互的工具:

搜索和导航

  • MinecraftWiki_searchWiki :搜索结构、实体、物品或方块
  • MinecraftWiki_getPageSummary :获取页面摘要和可用部分列表
  • MinecraftWiki_resolveRedirect :将页面重定向到其目标

页面内容

  • MinecraftWiki_getPageContent :获取完整页面内容
  • MinecraftWiki_getPageSection :获取特定部分内容
  • MinecraftWiki_getSectionsInPage :获取页面中所有部分的概览

类别

  • MinecraftWiki_listAllCategories :列出所有可用类别
  • MinecraftWiki_listCategoryMembers :列出类别中的页面
  • MinecraftWiki_getCategoriesForPage :获取特定页面的类别

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.

搜索并查询官方 minecraft wiki 以准确回答任何与 minecraft 相关的问题!

  1. 特征
    1. 安装
      1. 手动安装
    2. 配置
      1. 可用工具
        1. 搜索和导航
        2. 页面内容
        3. 类别

      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