time vs UnrealMotionGraphicsMCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | UnrealMotionGraphicsMCP by winyunq | |
|---|---|---|
| Stars | ★ 85,748 | ★ 150 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | C++ |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
UnrealMotionGraphicsMCP · Summary
MCP server for Unreal Engine UMG UI automation with blueprint integration and JSON-based workflow.
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
UnrealMotionGraphicsMCP · Use cases
- Automated UI generation for games and applications
- Version control of UMG interfaces through JSON representation
- AI-assisted UI design and iteration within Unreal Engine
- Blueprint automation and programmatic node 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"]
}
}
}UnrealMotionGraphicsMCP · Install
Installation
- **Install the Plugin**
- Navigate to your project's Plugins folder: YourProject/Plugins/ - Clone the repository: git clone https://github.com/winyunq/UnrealMotionGraphicsMCP.git UmgMcp - Restart the Unreal Editor
- **Connect to Gemini CLI**
- Edit your settings.json file (usually at C:\Users\YourUsername\.gemini\) - Add to mcpServers: ``json "UmgMcp": { "command": "uv", "args": [ "run", "--directory", "D:\\Path\\To\\YourUnrealProject\\Plugins\\UmgMcp\\Resources\\Python", "UmgMcpServer.py" ] } ``