time vs godot-mcp-pro
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | godot-mcp-pro by youichi-uda | |
|---|---|---|
| Stars | ★ 85,748 | ★ 340 |
| 30d uses | — | — |
| Score | 77 | 52 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | GDScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
godot-mcp-pro · Summary
Premium MCP server providing 172 tools for AI-powered Godot 4 game development with real-time editor integration.
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
godot-mcp-pro · Use cases
- AI-assisted Godot game development with direct editor control
- Automated scene creation and node manipulation through AI agents
- Real-time runtime analysis and debugging of Godot projects
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"]
}
}
}godot-mcp-pro · Install
Installation
- Install the Godot Plugin:
- Copy the addons/godot_mcp/ folder into your Godot project's addons/ directory - Enable the plugin: **Project → Project Settings → Plugins → Godot MCP Pro → Enable**
- Install the MCP Server (requires paid package):
``bash cd server npm install npm run build ``
- Configure Claude Code in
.mcp.json:
``json { "mcpServers": { "godot-mcp-pro": { "command": "node", "args": ["/path/to/server/build/index.js"] } } } ``