MCP Catalogs
Home

mcp-unity vs time

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

mcp-unity
by CoderGamester
time
by modelcontextprotocol
Stars★ 1,699★ 85,748
30d uses
Score5677
Official
Categories
Developer ToolsAI / LLM Toolsgame-development
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last committhis monththis month

mcp-unity · Summary

MCP server for Unity Editor enabling AI assistants to manipulate scenes, GameObjects, and other Unity assets.

time · Summary

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

mcp-unity · Use cases

  • Unity developers using AI assistants to automate scene creation and object manipulation
  • Game studios implementing AI workflows for iterative game development
  • Educational environments teaching Unity development with AI assistance

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

mcp-unity · Install

Installation

  1. Install Node.js 18 or later from [nodejs.org](https://nodejs.org/en/download/)
  2. Install the Unity MCP server via npm:

``bash npm install -g @codergamester/mcp-unity ``

  1. Configure your IDE (Cursor, Windsurf, etc.) to use the MCP server

Claude Desktop Configuration

Add to Claude's config.json:

{
  "mcpServers": {
    "unity": {
      "command": "npx",
      "args": ["@codergamester/mcp-unity"],
      "env": {
        "UNITY_PROJECT_PATH": "/path/to/your/unity/project"
      }
    }
  }
}

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.