ue5-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
ue5-mcp by mirno-ehf | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 37 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | C++ | TypeScript |
| Last commit | 1 mo ago | this month |
ue5-mcp · Summary
UE5 MCP server plugin enabling AI agents to edit Unreal Engine Blueprints through natural language commands.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ue5-mcp · Use cases
- Add game components to actors through natural language commands
- Search and replace specific function calls across multiple Blueprints
- Analyze existing Blueprint systems to understand their functionality
- Create new Blueprints or modify existing ones based on AI suggestions
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
ue5-mcp · Install
Installation
- Clone this repository:
git clone https://github.com/mirno-ehf/ue5-mcp.git - Follow the plugin installation instructions for Unreal Engine 5
- Enable the plugin in your UE5 project
- Tell Claude Code:
Set up https://github.com/mirno-ehf/ue5-mcp in my project
Claude Desktop Configuration
Add this to your Claude Desktop config.json:
{
"mcpServers": {
"ue5-mcp": {
"command": "path/to/ue5-mcp",
"args": []
}
}
}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"]
}
}
}