time vs unreal-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | unreal-mcp by runreal | |
|---|---|---|
| Stars | ★ 85,748 | ★ 101 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsMedia |
| Language | TypeScript | Python |
| Last commit | this month | 12 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
unreal-mcp · Summary
An MCP server for Unreal Engine that uses Python remote execution without requiring a new plugin.
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 · Use cases
- Automating Unreal Engine asset management and validation through AI assistants
- Generating game content and levels using natural language commands
- Streamlining Unreal Engine development workflows with AI-powered tools
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"]
}
}
}unreal-mcp · Install
- Enable Python Editor Script Plugin and Remote Execution in Unreal Engine
- Add to your Claude Desktop config:
{
"mcpServers": {
"unreal": {
"command": "npx",
"args": [
"-y",
"@runreal/unreal-mcp"
]
}
}
}