monolith
by tumourlove·★ 110·综合分 47
虚幻引擎 MCP 插件,覆盖 16 个模块,提供 1,226 个操作,让 AI 助手能操作蓝图、材质、动画等。
概述
Monolith 是一个为虚幻引擎 5.7+ 设计的全面 MCP 服务器,提供对游戏开发项目几乎所有方面的读写访问。它使用命名空间分发模式来保持简洁的工具列表,同时在蓝图、材质、动画、 Niagara VFX、UI 和游戏能力系统等领域提供广泛的功能。该服务器支持 Windows、macOS 和 Linux 平台,无需任何 Python 依赖。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您使用虚幻引擎项目,需要AI助手深度操作游戏资源、蓝图、材质、动画等特定UE内容且不希望依赖Python时,选择Monolith。
什么时候不要选它
如果您不使用虚幻引擎,或需要访问5.7之前的引擎版本,请勿选择Monolith。如果您的项目需要16个内置模块未涵盖的功能,也应重新考虑。
此 server 暴露的工具
从 README 抽取出 12 个工具monolith_discoverLists all available actions across namespaces
blueprint_queryblueprint_query(action, params)Programmatic control of Blueprint assets
material_querymaterial_query(action, params)Create and edit materials and material instances
animation_queryanimation_query(action, params)Full animation pipeline control including sequences and blueprints
niagara_queryniagara_query(action, params)Niagara VFX system and emitter management
ui_queryui_query(action, params)Widget Blueprint and UI system manipulation
mesh_querymesh_query(action, params)Mesh manipulation, geometry operations, and level design
gas_querygas_query(action, params)Gameplay Ability System integration and management
ai_queryai_query(action, params)AI tools for behavior trees, state trees, and navigation
audio_queryaudio_query(action, params)Audio asset authoring including Sound Cues and MetaSounds
editor_queryeditor_query(action, params)Editor workflow tools including builds and asset previews
project_queryproject_query(action, params)Project-wide asset search and metadata
可对比工具
安装
安装步骤
- 从虚幻引擎市场下载 Monolith 插件
- 将插件解压到你的 UE 项目的 Plugins 目录
- 重启虚幻引擎
- 在 编辑 -> 插件 -> Monolith 中启用插件
配置
添加到你的 Claude Desktop 配置中:
{
"mcpServers": {
"monolith": {
"command": "monolith.exe的路径",
"args": []
}
}
}FAQ
- Monolith 支持 Python 脚本吗?
- 不支持,Monolith 零 Python 依赖,完全在虚幻编辑器的原生 C++ 环境中运行。
- Monolith 能与 Claude Code 和 Cursor 之外的 MCP 兼容客户端一起使用吗?
- 可以,Monolith 可与任何能够连接到其提供端点的 MCP 兼容客户端配合使用。
monolith 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。