MCP Catalogs
Home

UnityMCP vs time

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

UnityMCP
by isuzu-shiranui
time
by modelcontextprotocol
Stars★ 131★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last commit1 mo agothis month

UnityMCP · Summary

Unity Editor integration with MCP enabling AI assistants to directly interact with Unity projects via HTTP and MCP tools.

time · Summary

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

UnityMCP · Use cases

  • AI-assisted game development through direct Unity scene manipulation
  • Automated Unity testing via code execution commands
  • Remote collaboration with Unity projects through AI interfaces

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

UnityMCP · Install

Unity Editor Setup

  1. Open Package Manager in Unity (Window > Package Manager)
  2. Click '+' > 'Add package from git URL...'
  3. Enter: https://github.com/isuzu-shiranui/UnityMCP.git?path=jp.shiranui-isuzu.unity-mcp

Claude Desktop Integration

  1. In Unity, go to Edit > Preferences > Unity MCP
  2. Click 'Open Installer Window' and follow the installer instructions
  3. Copy the JSON configuration from 'Configuration Preview'
  4. Add to Claude Desktop config:
{
  "mcpServers": {
    "unity-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/unity-mcp-ts/build/index.js"]
    }
  }
}
  1. Restart Claude Desktop

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.