MCP Catalogs
Home

Unity-AI-Tools-Template vs time

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

Unity-AI-Tools-Template
by IvanMurzak
time
by modelcontextprotocol
Stars★ 18★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last committhis monththis month

Unity-AI-Tools-Template · Summary

Template for creating Unity MCP tools with initialization scripts and setup guidance.

time · Summary

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

Unity-AI-Tools-Template · Use cases

  • Creating custom AI tools for Unity Editor workflows
  • Developing runtime MCP tools for Unity builds
  • Setting up package distribution for Unity MCP tools

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-AI-Tools-Template · Install

Installation

  1. Create a new repository from this template
  2. Clone your new repository
  3. Initialize project with:

``powershell ./commands/init.ps1 -PackageId "com.company.package" -PackageName "My Package" ``

  1. Update package.json with your package details
  2. Generate Unity meta files by opening projects in Unity Editor
  3. Add your MCP tools to appropriate directories (Editor or Runtime)
  4. Set up CI/CD with GitHub Actions for automated testing and deployment

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.