time vs godot-devtool
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | godot-devtool by wangdiandao | |
|---|---|---|
| Stars | ★ 85,748 | ★ 42 |
| 30d uses | — | — |
| Score | 77 | 45 |
| 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.
godot-devtool · Summary
Godot 4 MCP server for AI-assisted project inspection, editing, validation, and runtime automation.
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-devtool · Use cases
- AI-assisted Godot project setup and configuration
- Live scene and script editing through AI assistants
- Automated testing and QA validation during runtime
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-devtool · Install
Installation
From Local Build
- Extract a published release zip to a stable path
- Confirm the server entry exists at
build/index.js - Add this MCP server to your client configuration:
{
"mcpServers": {
"godot-devtool": {
"command": "node",
"args": ["E:/godot-devtool/build/index.js"],
"env": {
"GODOT_PATH": "D:/Program Files/Godot/Godot_v4.x.exe",
"GODOT_DEVTOOL_WS_PORT": "8766"
}
}
}
}From Source
git clone https://github.com/wangdiandao/godot-devtool.git
cd godot-devtool
npm install
npm run build- Install the Godot plugin using
plugin_installtool