unreal-api-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
unreal-api-mcp by Codeturion | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 75 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsDatabase | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
unreal-api-mcp · Summary
MCP server providing instant, accurate Unreal Engine API documentation to prevent hallucinations and save tokens.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
unreal-api-mcp · Use cases
- AI-assisted Unreal Engine development with accurate API lookups
- Preventing hallucinated function signatures and include paths
- Checking for deprecated APIs before implementation
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-api-mcp · Install
Installation
Add to your MCP config (.mcp.json, mcp.json, or your tool's MCP settings), setting UNREAL_VERSION to match your project:
{
"mcpServers": {
"unreal-api": {
"command": "uvx",
"args": ["unreal-api-mcp"],
"env": {
"UNREAL_VERSION": "5.5"
}
}
}
}Alternatively, using pip install:
pip install unreal-api-mcp{
"mcpServers": {
"unreal-api": {
"command": "unreal-api-mcp",
"args": [],
"env": {
"UNREAL_VERSION": "5.5"
}
}
}
}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"]
}
}
}