time vs godot-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | godot-mcp by tugcantopaloglu | |
|---|---|---|
| Stars | ★ 85,748 | ★ 189 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | JavaScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
godot-mcp · Summary
Godot MCP server with 149 tools for full engine control in AI-driven game development.
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 · Use cases
- AI agents prototyping game mechanics and iterating on gameplay in real-time
- Automating Godot project setup, scene creation, and asset management
- Debugging game issues through runtime inspection and property manipulation
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 · Install
Installation
- Install the MCP server:
npm install godot-mcp- Add to Claude Desktop configuration:
{
"mcpServers": {
"godot": {
"command": "node",
"args": ["/path/to/godot-mcp/dist/index.js"],
"env": {
"GODOT_PROJECT_PATH": "/path/to/your/godot/project"
}
}
}
}- Restart Claude Desktop to load the server.