Token导航 LogoToken导航TokenDH.com
McMod Wiki MCP logo
数据服务stdio官方级别未说明来源级核验

McMod Wiki MCP

MCP Server

MC百科查询工具,提供Minecraft模组、整合包、物品和教程的详细信息查询功能。

工具数

11

提示词数

0

GitHub Stars

0

资源数

0
Python游戏开发数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

CharTyr

提供方

CharTyr

最后核验

2026/5/17 20:21

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uv run server.py

详细介绍

MCMOD Encyclopedia MCP Server

MC Encyclopedia (mcod. cn) query tool, providing Minecraft mod information query function.

function

ToolsInstructionsExamples
mcmod_searchSearch module/integration package/item/tutorialmcmod_search("机械动力", "mod")
mcmod_find_modSearch for module ID by namemcmod_find_mod("AE2")
mcmod_get_modGet module details (including MC version)mcmod_get_mod(2021)
mcmod_find_modpackSearch for integration package ID by namemcmod_find_modpack("机械动力")
mcmod_get_modpackGet integration package detailsmcmod_get_modpack(549)
mcmod_list_itemsGet the list of module itemsmcmod_list_items(2021, 1)
mcmod_get_itemGet item detailsmcmod_get_item(196531)
mcmod_list_tutorialsGet the list of module tutorialsmcmod_list_tutorials(2021)
mcmod_get_tutorialGet tutorial contentmcmod_get_tutorial(2373)
mcmod_hot_modsGet popular/recommended modsmcmod_hot_mods("tech", 15)
mcmod_random_modRandomly recommend a modulemcmod_random_mod()

Search Type

mcmod_search Support the following search types:

  • all -All of them
  • mod -Module
  • modpack -Integration package
  • item -Item (will display the module it belongs to)
  • post -Tutorial

Item Type

mcmod_list_items Supports the following types of items:

  • 1 -Items/Blocks
  • 4 biology
  • 5 -Enchanting
  • 7 -Multi block
  • 9 -Hot key
  • 10 -Game settings

Module classification

mcmod_hot_mods Support the following categories:

  • all -All/Homepage Recommendations
  • tech -Technology
  • magic -Magic
  • adventure -Adventure
  • farming -Agriculture
  • decoration -Decoration
  • misc -Miscellaneous items

Install and run

cd evil/mcp/mcmod-mcp
uv sync
uv run server.py

MCP configuration

Change to your MCP actual path: "/path/to/evil/MCP/MCMOD MCP" add to mcp.jsonOr anywhere that supports MCP:

{
  "mcpServers": {
    "mcmod": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/evil/mcp/mcmod-mcp", "server.py"]
    }
  }
}

Common module ID

ModuleID
Mechanical Power (Create)2021
Applied Energy 2 (AE2)260
Industrial Age 2 (IC2)2
Thermal expansion (TE)335
Craftsman Soul (TiC)74
Gray Technology 6 (GT6)411
Immersive Engineering (IE)463

目录标签

目录标签

Python游戏开发数据分析Minecraft模组查询本地部署游戏模组信息Minecraft工具模组数据库

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

11

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP