MCP Catalogs
Home

unity-mcp-server vs time

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

unity-mcp-server
by AnkleBreaker-Studio
time
by modelcontextprotocol
Stars★ 182★ 85,748
30d uses
Score5177
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

unity-mcp-server · Summary

Comprehensive MCP server with 288 tools for AI-assisted Unity development through Editor and Hub.

time · Summary

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

unity-mcp-server · Use cases

  • Create scenes, manipulate GameObjects, and manage components through AI commands
  • Automate Unity builds, performance profiling, and testing processes
  • Develop games entirely through AI assistance from scene setup to shader creation

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

unity-mcp-server · Install

Installation

1. Install the Unity Plugin

In Unity: **Window > Package Manager > + > Add package from git URL:**

https://github.com/AnkleBreaker-Studio/unity-mcp-plugin.git

2. Install this MCP Server

git clone https://github.com/AnkleBreaker-Studio/unity-mcp-server.git
cd unity-mcp-server
npm install

3. Add to Claude Desktop

Open Claude Desktop > Settings > Developer > Edit Config, and add:

{
  "mcpServers": {
    "unity": {
      "command": "node",
      "args": ["C:/path/to/unity-mcp-server/src/index.js"],
      "env": {
        "UNITY_HUB_PATH": "C:\\Program Files\\Unity Hub\\Unity Hub.exe",
        "UNITY_BRIDGE_PORT": "7890"
      }
    }
  }
}

Restart Claude Desktop. Done!

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.