unreal-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
unreal-mcp by chongdashu | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,879 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | C++ | TypeScript |
| Last commit | 13 mo ago | this month |
unreal-mcp · Summary
MCP server enabling AI assistants to control Unreal Engine through natural language commands.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
unreal-mcp · Use cases
- Automate Unreal Engine scene creation and manipulation through AI assistants
- Develop and compile Blueprints using natural language commands
- Control Unreal Editor viewport and camera positioning via AI
- Streamline game development workflows by integrating AI with UE5
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
- **Prerequisites**
- Unreal Engine 5.5+ - Python 3.12+ - MCP Client (Claude Desktop, Cursor, Windsurf)
- **Plugin Setup**
- Copy MCPGameProject/Plugins/UnrealMCP to your project's Plugins folder - Enable the plugin in Unreal Editor: Edit > Plugins > UnrealMCP - Generate and build Visual Studio project files
- **Python Server Setup**
- Set up Python environment - Navigate to Python folder - Install dependencies - Run unreal_mcp_server.py
- **Configure MCP Client**
Add to your client configuration:
{
"mcpServers": {
"unrealMCP": {
"command": "uv",
"args": [
"--directory",
"<path/to/the/folder/PYTHON>",
"run",
"unreal_mcp_server.py"
]
}
}
}Configuration locations:
- Claude Desktop:
~/.config/claude-desktop/mcp.json - Cursor:
.cursor/mcp.json - Windsurf:
~/.config/windsurf/mcp.json
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"]
}
}
}