time vs unity-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | unity-mcp by wondeks | |
|---|---|---|
| Stars | ★ 85,748 | ★ 21 |
| 30d uses | — | — |
| Score | 77 | 40 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | C# |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
unity-mcp · Summary
Unity MCP server enabling AI clients to perform Unity Editor actions through the Model Context Protocol.
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 · Use cases
- Automating repetitive Unity editor tasks through AI assistants
- Enabling AI-powered scene creation and modification in Unity
- Integrating AI code review and refactoring directly into Unity development workflow
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"]
}
}
}unity-mcp · Install
Installation
- Download the latest release package from [GitHub](https://github.com/wondeks/unity-mcp/raw/refs/heads/master/Editor/Commands/mcp_unity_2.4.zip)
- Extract the package to your Unity project's Editor folder
- Restart Unity Editor
Claude Desktop Configuration
Add the following to your Claude Desktop config.json:
{
"mcpServers": {
"unity-mcp": {
"command": "path/to/Unity.exe",
"args": ["-mcp", "-mcpPort", "8080"]
}
}
}