time vs better-godot-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | better-godot-mcp by n24q02m | |
|---|---|---|
| Stars | ★ 85,748 | ★ 18 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
better-godot-mcp · Summary
Composite MCP server providing 17 mega-tools for AI-assisted Godot 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
better-godot-mcp · Use cases
- AI-assisted game development with Godot Engine
- Automating scene management and manipulation tasks
- Streamlining script and resource management in 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"]
}
}
}better-godot-mcp · Install
Installation
Claude Desktop
- Open Claude Desktop preferences
- Go to 'MCP Servers' section
- Add the following configuration:
{
"better-godot-mcp": {
"command": "npx",
"args": ["@n24q02m/better-godot-mcp"]
}
}npm
npm install -g @n24q02m/better-godot-mcpDocker
docker run n24q02m/better-godot-mcpFor detailed setup instructions, visit: https://mcp.n24q02m.com/servers/better-godot-mcp/setup/