MCP Catalogs
首页

time vs UnrealGenAISupport

并排对比,帮你在这两个 MCP server 之间做选择。

time
by modelcontextprotocol
UnrealGenAISupport
by prajwalshettydev
Stars★ 85,748★ 587
30天用量
综合分7748
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具开发者工具其它
实现语言TypeScriptC++
最近提交本月1 个月前

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

UnrealGenAISupport · 概述

虚幻引擎插件,支持200多种AI模型,通过MCP服务器实现场景控制和蓝图生成功能。

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

UnrealGenAISupport · 使用场景

  • 使用代理式LLM实例在虚幻引擎项目中开发NPC AI
  • 通过Claude Desktop自动生成和修改蓝图及游戏对象
  • 使用Meshy、Tripo和Hunyuan3D等AI模型从文本提示生成3D资源

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"]
    }
  }
}

UnrealGenAISupport · 安装

安装方法

通过Git安装:

  1. 克隆仓库:git clone https://github.com/prajwalshettydev/UnrealGenAISupport.git
  2. 将插件添加到您的虚幻引擎项目
  3. 重启编辑器

通过虚幻市场(Fab)安装:

  1. 从[Fab市场](https://muddyterrain.com/t/genai-fab)下载
  2. 安装到您的项目

为Claude Desktop设置MCP:

  1. 添加到Claude Desktop配置(claude_desktop_config.json):
{
  "mcpServers": {
    "unreal": {
      "command": "您的UnrealEngine/Binaries/您的平台/YourProject.exe路径",
      "args": ["-mcp"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。