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 | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this 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
- Create a new repository from this template
- Clone your new repository
- Initialize project with:
``powershell ./commands/init.ps1 -PackageId "com.company.package" -PackageName "My Package" ``
- Update
package.jsonwith your package details - Generate Unity meta files by opening projects in Unity Editor
- Add your MCP tools to appropriate directories (Editor or Runtime)
- 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"]
}
}
}