Skip to main content
Glama
rice-awa

Minecraft Wiki MCP Server

by rice-awa

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MC_WIKI_MCP_NAMENoMCP server nameMinecraft Wiki MCP (stdio)
MC_WIKI_LOG_LEVELNoLog level (DEBUG/INFO/WARNING/ERROR)INFO
MC_WIKI_API_TIMEOUTNoAPI request timeout (seconds)30
MC_WIKI_API_BASE_URLNoWiki API base URLhttp://mcwiki.rice-awa.top
MC_WIKI_DEFAULT_LIMITNoDefault search results limit10
MC_WIKI_DEFAULT_FORMATNoDefault output format (wikitext/html/markdown/both)wikitext
MC_WIKI_MAX_BATCH_SIZENoMaximum batch processing size20
MC_WIKI_API_MAX_RETRIESNoMaximum retry attempts3
MC_WIKI_MAX_CONCURRENCYNoMaximum concurrency5
MC_WIKI_MCP_DESCRIPTIONNoMCP server descriptionAuto-generated

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_wikiA

搜索 Minecraft 中文 Wiki。

用1-3个游戏名词查找匹配的页面。多关键词会缩小范围(所有词须同时出现在结果页面中), 如需多角度搜索应分批调用本工具,而非把大量关键词堆在一次查询中。

get_pageA

获取 Minecraft 中文 Wiki 页面的内容。

根据页面名称获取 Wiki 页面的完整内容。

格式选择:

  • wikitext(默认):Wiki 原始标记语言,{{Template}} 完整保留,信息最全。

  • html:清洗后的正文 HTML。仅当 wikitext 中某个模板语法确实无法理解时才使用。

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/rice-awa/mc-wiki-mcp-pypi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server