ue-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
ue-mcp by db-lyon | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 96 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | C++ | TypeScript |
| Last commit | this month | this month |
ue-mcp · Summary
Complete Unreal Engine development toolkit with 450+ MCP tools for AI-powered game development workflows.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ue-mcp · Use cases
- Automating repetitive Unreal Engine development tasks through natural language commands
- Generating and modifying game assets, blueprints, and materials using AI assistance
- Creating complex game development workflows with the YAML flow engine for multi-step processes
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
ue-mcp · Install
Quick Start
npx ue-mcp initThe interactive setup will:
- Find your
.uproject(auto-detects in current directory) - Let you choose which tool categories to enable
- Deploy the C++ bridge plugin to your project
- Enable required UE plugins (Niagara, PCG, GAS, etc.)
- Detect and configure your MCP client (Claude Code, Claude Desktop, Cursor)
Restart the editor once after setup to load the bridge plugin. To update later: npx ue-mcp update
Manual Configuration
Add to your MCP client config:
{
"mcpServers": {
"ue-mcp": {
"command": "npx",
"args": ["ue-mcp", "C:/path/to/MyGame.uproject"]
}
}
}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"]
}
}
}