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.
记忆与知识 分类下的更多 MCP 服务器
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
评论