Unreal-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
Unreal-MCP by aadeshrao123 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 28 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | C++ | TypeScript |
| Last commit | this month | this month |
Unreal-MCP · Summary
MCP server providing 280+ commands to control Unreal Engine 5 from AI coding assistants.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Unreal-MCP · Use cases
- Creating and managing game assets from AI coding environments
- Automating Unreal Engine workflow through AI assistants
- Integrating Unreal development with AI-powered code completion
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
Unreal-MCP · Install
Installation
Option A: CLI (Recommended for Claude Code)
# Install CLI tool
npm install -g unrealcli
# Setup in UE5 project
cd YourProject/
ue-cli init
ue-cli doctorOption B: MCP Server (For Cursor, Windsurf, etc.)
# Clone plugin to project
git clone https://github.com/aadeshrao123/Unreal-MCP.git Plugins/UnrealMCP
# Install Python server
pip install unrealmcp
# Add to Claude Desktop config (example)
{
"mcpServers": {
"unreal": {
"command": "unrealmcp"
}
}
}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"]
}
}
}