unity-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
unity-mcp by CoplayDev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 9,661 | ★ 85,748 |
| 30d uses | — | — |
| Score | 61 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this month |
unity-mcp · Summary
Unity MCP connects AI assistants to Unity Editor via Model Context Protocol, enabling direct management of assets, scenes, scripts and automated workflows.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
unity-mcp · Use cases
- AI-driven game development in Unity using natural language commands
- Automating repetitive Unity workflows through AI assistants
- Real-time debugging and optimization of Unity projects using AI 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-mcp · Install
Installation
Prerequisites
- Unity 2021.3 LTS+
- Python 3.10+ and uv
- An MCP Client (Claude Desktop, Cursor, VS Code Copilot, etc.)
1. Install the Unity Package
In Unity: Window > Package Manager > + > Add package from git URL...
https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#main2. Start the Server & Connect
- In Unity: Window > MCP for Unity
- Click Start Server (launches HTTP server on localhost:8080)
- Select your MCP Client and click Configure
- Look for 🟢 "Connected ✓"
Claude Desktop Configuration
{
"mcpServers": {
"unityMCP": {
"url": "http://localhost:8080/mcp"
}
}
}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"]
}
}
}