gdai-mcp-plugin-godot vs time
Side-by-side comparison to help you pick between these two MCP servers.
gdai-mcp-plugin-godot by 3ddelano | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 85 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | GDScript | TypeScript |
| Last commit | 2 mo ago | this month |
gdai-mcp-plugin-godot · Summary
GDAI MCP enables AI assistants to control Godot Engine, automating scene creation, debugging, and game development workflows.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
gdai-mcp-plugin-godot · Use cases
- Automated game development where AI creates complete game scenes and scripts from simple prompts
- Debugging assistance where AI analyzes script errors and provides fixes directly in the Godot environment
- Rapid prototyping where AI builds game elements based on design descriptions
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
gdai-mcp-plugin-godot · Install
Installation Steps
- **Install in Godot Project**
- Download the plugin from [gdaimcp.com](https://gdaimcp.com) - Add the plugin to your Godot project's addons/ folder - Enable the plugin in Godot's Project Settings
- **Configure in MCP Client**
- Add the following to your MCP client configuration: ``json { "mcpServers": { "gdai-godot": { "command": "godot", "args": ["--headless", "--script", "/path/to/gdaimcp_server.gd"] } } } ``
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}