MCP Catalogs
Home

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
Score4977
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageC++TypeScript
Last committhis monththis 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 init

The interactive setup will:

  1. Find your .uproject (auto-detects in current directory)
  2. Let you choose which tool categories to enable
  3. Deploy the C++ bridge plugin to your project
  4. Enable required UE plugins (Niagara, PCG, GAS, etc.)
  5. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.