Minecraft Document MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Minecraft Document MCPsearch for 'Redstone' introduction"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Minecraft Document MCP
一个基于 FastMCP 框架的 Minecraft 文档 MCP 服务器,为 AI 助手提供中文 Minecraft Wiki 文档查询功能。
功能特性
Wiki 在线查询 - 从中文 Minecraft Wiki 获取词条内容
分类浏览 - 获取 Wiki 首页主要分类列表
简介/完整内容 - 支持获取词条简介或完整内容
Markdown 输出 - 所有查询结果以 Markdown 格式返回
MCP 协议支持 - 兼容 Model Context Protocol,可集成到 Claude Desktop 等客户端
Related MCP server: Minecraft Wiki MCP
MCP 工具
工具名称 | 功能描述 |
| 从 Wiki 搜索词条简介 |
| 从 Wiki 搜索词条完整内容 |
| 获取 Wiki 首页主要分类列表 |
安装
环境要求
Python 3.12+
uv 包管理器(推荐)
使用 uv 安装
uv add minecraft-document-mcp使用 pip 安装
pip install minecraft-document-mcp使用方法
启动服务器
使用 fastmcp 运行
fastmcp run server.py
# 开发模式(支持热重载)
fastmcp dev server.py使用安装后的命令行工具
# uvx 拉取
uvx minecraft-document-mcp
# minedoc 命令
uvx minecraft-document-mcp minedoc
# 配置 Claude Code
claude mcp add --transport stdio --scope user minedoc "uvx --from minecraft-document-mcp minedoc" 项目结构
minecraft-document-mcp/
├── pyproject.toml # 项目配置
└── minecraft_document_mcp/ # 主包
├── __init__.py
├── cli.py # MCP 服务器入口
└── src/
└── api/
├── __init__.py
├── WikiApi.py # Wiki API 请求工具
└── WikiItems.py # 数据项定义依赖
fastmcp - MCP 框架
requests - HTTP 请求库
beautifulsoup4 - HTML 解析
markdownify - HTML 转 Markdown
lxml - XML/HTML 解析后端
dataclasses-json - 数据类序列化
许可证
相关链接
Minecraft Wiki - 中文 Minecraft Wiki
Model Context Protocol - MCP 协议文档
FastMCP - FastMCP 框架
This server cannot be deployed
Maintenance
Related MCP Connectors
- FlowdexOAuthdk.flowdex
Read and write your team's shared, AI-readable wiki from any MCP client.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.
Related MCP Servers
- FlicenseBqualityCmaintenanceA MCP server that allows you to search and retrieve content on any wiki site using MediaWiki with LLMs 🤖. wikipedia.org, fandom.com, wiki.gg and more sites using Mediawiki are supported!227-
- AlicenseAqualityCmaintenanceSearches and queries the official minecraft wiki to answer any minecraft-related question with precision!923ISC
- AlicenseAqualityDmaintenanceMCP server for 萌娘百科 (Moegirl Wiki) that allows searching entries and fetching page introductions.22MIT
- AlicenseAqualityCmaintenanceEnables searching and retrieving Minecraft Wiki content in multiple formats (wikitext, HTML, markdown) through MCP tools, with batch retrieval and health monitoring.51MIT