glade-mcp-unity vs time
Side-by-side comparison to help you pick between these two MCP servers.
glade-mcp-unity by Glade-tool | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 132 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this month |
glade-mcp-unity · Summary
A comprehensive Unity MCP server with 235+ tools, script search, and asset pipeline.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
glade-mcp-unity · Use cases
- Unity developers getting AI assistance directly in their IDE
- Game design documentation implementation in Unity projects
- Free asset discovery and integration for game prototypes
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
glade-mcp-unity · Install
Installation
1. Install the Unity package
In Unity: **Window > Package Manager > + > Add package from git URL...**
https://github.com/Glade-tool/glade-mcp-unity.git?path=/unity-bridgeThe Unity bridge starts automatically on localhost:8765.
2. Connect your AI client
Install [uv](https://docs.astral.sh/uv/getting-started/installation/) and add the MCP config to your AI client.
**Claude Desktop:**
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"gladekit-unity": {
"command": "uvx",
"args": ["gladekit-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"]
}
}
}