Minecraft Wiki MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MC_WIKI_MCP_NAME | No | MCP server name | Minecraft Wiki MCP (stdio) |
| MC_WIKI_LOG_LEVEL | No | Log level (DEBUG/INFO/WARNING/ERROR) | INFO |
| MC_WIKI_API_TIMEOUT | No | API request timeout (seconds) | 30 |
| MC_WIKI_API_BASE_URL | No | Wiki API base URL | http://mcwiki.rice-awa.top |
| MC_WIKI_DEFAULT_LIMIT | No | Default search results limit | 10 |
| MC_WIKI_DEFAULT_FORMAT | No | Default output format (wikitext/html/markdown/both) | wikitext |
| MC_WIKI_MAX_BATCH_SIZE | No | Maximum batch processing size | 20 |
| MC_WIKI_API_MAX_RETRIES | No | Maximum retry attempts | 3 |
| MC_WIKI_MAX_CONCURRENCY | No | Maximum concurrency | 5 |
| MC_WIKI_MCP_DESCRIPTION | No | MCP server description | Auto-generated |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_wikiA | 搜索 Minecraft 中文 Wiki。 用1-3个游戏名词查找匹配的页面。多关键词会缩小范围(所有词须同时出现在结果页面中), 如需多角度搜索应分批调用本工具,而非把大量关键词堆在一次查询中。 |
| get_pageA | 获取 Minecraft 中文 Wiki 页面的内容。 根据页面名称获取 Wiki 页面的完整内容。 格式选择:
wikitext 中遇到不认识的 {{Template}} 时,可用 search_wiki 传 namespaces=[10] 去模板命名空间搜索该模板的文档。 |
| check_page_existsC | 检查页面是否存在。 |
| check_healthA | 检查 Wiki API 服务健康状态。 |
| list_namespacesA | 获取 Minecraft Wiki 的命名空间映射表。 返回所有可用命名空间的数字 ID 和对应名称。 结合 search_wiki 的 namespaces 参数使用。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rice-awa/mc-wiki-mcp-pypi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server