Minecraft Wiki MCP
@L3-N0X
Minecraft Wiki MCP について
A MCP Server for browsing the official Minecraft Wiki!
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Minecraft-Wiki-MCP": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Minecraft Wiki MCP?
An MCP server for browsing the official Minecraft Wiki. It provides tools for searching wiki pages, retrieving page summaries, sections, full content, category members, and resolving redirects, with multi-language support. It is intended for use with LLM clients like Claude.
How to use Minecraft Wiki MCP?
Install with Python 3.12+ and uv, then run uv run minecraft-wiki-mcp. Configure in claude_desktop_config.json using the uv command and pointing to the cloned directory. Set the MINECRAFT_WIKI_API_URL environment variable for a different language wiki. For remote access, start with --transport streamable-http and connect to the HTTP endpoint.
Key features of Minecraft Wiki MCP
- Search wiki pages by name for items, blocks, entities, and structures.
- Get page summaries with introduction and table of contents.
- Read specific sections as raw wikitext.
- Retrieve full page content.
- Browse wiki categories and list category members.
- Resolve redirects to canonical pages.
- Support for any language version of the Minecraft Wiki.
Use cases of Minecraft Wiki MCP
- LLM agents answering Minecraft questions by searching and reading wiki pages.
- Automated documentation lookups for Minecraft modding or gameplay guides.
- Browsing wiki categories to discover related pages.
- Translating content by switching to a different language wiki API.
FAQ from Minecraft Wiki MCP
How do I install Minecraft Wiki MCP?
Clone the repository, then run uv sync and uv run minecraft-wiki-mcp. Alternatively, use pip install -e . and then minecraft-wiki-mcp.
Can I use Minecraft Wiki MCP remotely?
Yes. Start the server with --transport streamable-http (defaults to http://127.0.0.1:8000/mcp). A public hosted instance is also available at https://minecraft-wiki-mcp.goett.top/mcp.
How do I change the language of the wiki?
Set the MINECRAFT_WIKI_API_URL environment variable, for example https://de.minecraft.wiki/api.php for German.
What are the runtime requirements?
Python 3.12+ and the uv package manager (recommended). The server uses only standard MCP and HTTP libraries.
How does v2 differ from v1?
v2 is a complete Python rewrite. Tool names changed (e.g., minecraft_wiki_search replaces MinecraftWiki_searchWiki), configuration moved to environment variables, and content is now raw wikitext instead of HTML-stripped text.
「メモリとナレッジ」の他のコンテンツ
Notion MCP Server
makenotionOfficial Notion MCP Server
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
コメント