advanced-unity-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
advanced-unity-mcp by codemaestroai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 91 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 2 mo ago | this month |
advanced-unity-mcp · Summary
An MCP server that enables AI assistants to control Unity Editor through natural language commands.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
advanced-unity-mcp · Use cases
- Automating Unity scene setup through AI commands
- Streamlining game development with AI-powered asset creation
- Enabling non-programmers to work with Unity via natural language
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
advanced-unity-mcp · Install
Installation
**1. Install the Package**
Unity Package Manager → Add package from git URL for the version of Unity you are using
For **Unity 2020-2022**
https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity2020_2022For **Unity 6+**
https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity6**2. Connect Your AI**
- Go to
Code Maestro > MCP Dashboardin Unity. - **For Code Maestro Desktop App:** Select the "Code Maestro Desktop App" connection mode.
- **For other clients (VS Code, Cursor, etc.):** Select the "Other Clients" connection mode, then click **Configure** next to your preferred client.
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"]
}
}
}