Minecraft Document MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/PYmili/minecraft-document-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server