Unity-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
Unity-MCP by IvanMurzak | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2,767 | ★ 85,748 |
| 30d uses | — | — |
| Score | 57 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this month |
Unity-MCP · Summary
Unity-MCP enables AI agents to work directly in Unity Editor and runtime through MCP protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Unity-MCP · Use cases
- Automating Unity project development tasks with AI agents
- Creating dynamic NPC behavior in games using LLMs at runtime
- Debugging Unity projects 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
Unity-MCP · Install
Installation
Unity Package
- [Download the Unity package](https://github.com/IvanMurzak/Unity-MCP/releases/latest/download/AI-Game-Dev-Installer.unitypackage)
- Import it into your Unity project
OpenUPM
openupm add com.ivanmurzak.unity.mcpCLI
# Install CLI
npm install -g unity-mcp-cli
# Install plugin in Unity project
unity-mcp-cli install-plugin ./MyUnityProject
# Setup AI skills
unity-mcp-cli setup-skills claude-code ./MyUnityProjectClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"unity-mcp": {
"command": "npx",
"args": ["unity-mcp-server"],
"env": {}
}
}
}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"]
}
}
}