Skip to main content
Glama

Minecraft Wiki MCP

마인크래프트 위키 MCP

공식 Minecraft 위키를 탐색할 수 있는 MCP 서버입니다!

[!경고] 이 MCP는 아직 개발 중이며 대부분의 경우 작동하지만 여전히 사소한 문제와 버그가 남아 있을 수 있습니다!

특징

  • 위키 검색 : Minecraft 구조물, 엔티티, 아이템 및 블록에 대한 정보를 찾아보세요
  • 페이지 탐색 : 위키 페이지에서 요약 및 자세한 내용을 가져옵니다.
  • 섹션 접근 : 위키 페이지 내의 특정 섹션을 타겟팅합니다.
  • 카테고리 탐색 : 위키 카테고리와 해당 회원 페이지를 탐색합니다.
  • 다국어 지원 : Minecraft Wiki의 다양한 언어 버전에 연결

설치

현재는 로컬 설치만 지원되며, 다른 설치도 지원될 수 있습니다!

수동 설치

지엑스피1

그런 다음 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 옵션을 사용하여 다른 언어 버전에 접속하면 다른 위키 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.

마인크래프트 관련 질문에 정확하게 답하기 위해 공식 마인크래프트 위키를 검색하고 질의합니다!

  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