Skip to main content
Glama

Minecraft Wiki MCP

マインクラフト ウィキ 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 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
        92
        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

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/L3-N0X/Minecraft-Wiki-MCP'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server