gdai-mcp-plugin-godot vs time
并排对比,帮你在这两个 MCP server 之间做选择。
gdai-mcp-plugin-godot by 3ddelano | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 85 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 47 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | GDScript | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
gdai-mcp-plugin-godot · 概述
GDAI MCP 让AI助手能控制Godot引擎,自动化场景创建、调试和游戏开发流程。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
gdai-mcp-plugin-godot · 使用场景
- 自动化游戏开发,AI根据简单提示创建完整游戏场景和脚本
- 调试辅助,AI分析脚本错误并在Godot环境中直接提供修复方案
- 快速原型设计,AI根据设计描述构建游戏元素
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
gdai-mcp-plugin-godot · 安装
安装步骤
- **在Godot项目中安装**
- 从[gdaimcp.com](https://gdaimcp.com)下载插件 - 将插件添加到Godot项目的addons/文件夹中 - 在Godot的Project Settings中启用插件
- **在MCP客户端中配置**
- 将以下内容添加到MCP客户端配置中: ``json { "mcpServers": { "gdai-godot": { "command": "godot", "args": ["--headless", "--script", "/path/to/gdaimcp_server.gd"] } } } ``
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"]
}
}
}