mcp-unity vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-unity by CoderGamester | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,699 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 56 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具game-development | 效率工具开发者工具沟通协作 |
| 实现语言 | C# | TypeScript |
| 最近提交 | 本月 | 本月 |
mcp-unity · 概述
Unity Editor 的 MCP 服务器,让 AI 助手可以操作场景、GameObject 和其他 Unity 资源。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-unity · 使用场景
- Unity 开发人员使用 AI 助手自动化场景创建和对象操作
- 游戏工作室实现游戏开发的 AI 工作流
- 使用 AI 辅助教授 Unity 开发的教育环境
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-unity · 安装
安装
- 从 [nodejs.org](https://nodejs.org/en/download/) 安装 Node.js 18 或更高版本
- 通过 npm 安装 Unity MCP 服务器:
``bash npm install -g @codergamester/mcp-unity ``
- 配置您的 IDE(Cursor、Windsurf 等)以使用 MCP 服务器
Claude Desktop 配置
添加到 Claude 的 config.json:
{
"mcpServers": {
"unity": {
"command": "npx",
"args": ["@codergamester/mcp-unity"],
"env": {
"UNITY_PROJECT_PATH": "/path/to/your/unity/project"
}
}
}
}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"]
}
}
}