Unreal-MCP vs time
并排对比,帮你在这两个 MCP server 之间做选择。
Unreal-MCP by aadeshrao123 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 28 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具其它 | 效率工具开发者工具沟通协作 |
| 实现语言 | C++ | TypeScript |
| 最近提交 | 本月 | 本月 |
Unreal-MCP · 概述
MCP服务器提供280多个命令,从AI编程助手控制虚幻引擎5。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
Unreal-MCP · 使用场景
- 从AI编程环境中创建和管理游戏资产
- 通过AI助手自动化虚幻引擎工作流程
- 将虚幻开发与AI驱动的代码补全集成
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
Unreal-MCP · 安装
安装
方案A:CLI(推荐用于Claude Code)
# 安装CLI工具
npm install -g unrealcli
# 在UE5项目中设置
cd YourProject/
ue-cli init
ue-cli doctor方案B:MCP服务器(用于Cursor、Windsurf等)
# 克隆插件到项目
git clone https://github.com/aadeshrao123/Unreal-MCP.git Plugins/UnrealMCP
# 安装Python服务器
pip install unrealmcp
# 添加到Claude Desktop配置(示例)
{
"mcpServers": {
"unreal": {
"command": "unrealmcp"
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}