MCP Catalogs
Home

time vs monolith

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
monolith
by tumourlove
Stars★ 85,748★ 110
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsMedia
LanguageTypeScriptC++
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

monolith · Summary

Unreal Engine MCP plugin with 1,226 actions across 16 modules, enabling AI assistants to manipulate Blueprints, Materials, Animation, and more.

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

monolith · Use cases

  • Automated Blueprint creation and modification based on natural language descriptions
  • Batch material editing across multiple assets with texture import and configuration
  • Animation sequence generation with bone tracks, curves and notifies via AI prompts

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"]
    }
  }
}

monolith · Install

Installation

  1. Download the Monolith plugin from the Unreal Engine Marketplace
  2. Extract the plugin to your UE project's Plugins directory
  3. Restart Unreal Engine
  4. Enable the plugin in Edit -> Plugins -> Monolith

Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "monolith": {
      "command": "path/to/monolith.exe",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.