time vs UnrealGenAISupport
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | UnrealGenAISupport by prajwalshettydev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 587 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsOther |
| 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.
UnrealGenAISupport · Summary
Unreal Engine plugin supporting 200+ AI models with MCP server functionality for scene control and blueprint generation.
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
UnrealGenAISupport · Use cases
- NPC AI development in Unreal Engine projects using agentic LLM instances
- Automatic generation and modification of blueprints and game objects through Claude Desktop
- 3D asset generation from text prompts with AI model integration like Meshy, Tripo, and Hunyuan3D
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"]
}
}
}UnrealGenAISupport · Install
Installation
Via Git:
- Clone the repository:
git clone https://github.com/prajwalshettydev/UnrealGenAISupport.git - Add the plugin to your Unreal Engine project
- Restart the editor
Via Unreal Marketplace (Fab):
- Download from [Fab Marketplace](https://muddyterrain.com/t/genai-fab)
- Install in your project
MCP Setup for Claude Desktop:
- Add to Claude Desktop config (
claude_desktop_config.json):
{
"mcpServers": {
"unreal": {
"command": "path/to/your/UnrelaEngine/Binaries/YourPlatform/YourProject.exe",
"args": ["-mcp"]
}
}
}