MCP Catalogs
Home

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
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsMedia
LanguageTypeScriptPython
Last committhis month12 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

  1. Enable Python Editor Script Plugin and Remote Execution in Unreal Engine
  2. Add to your Claude Desktop config:
{
  "mcpServers": {
    "unreal": {
      "command": "npx",
      "args": [
        "-y",
        "@runreal/unreal-mcp"
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.