funplay-unity-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
funplay-unity-mcp by FunplayAI | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 57 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this month |
funplay-unity-mcp · Summary
Advanced MCP server for Unity Editor with 91 built-in tools for automation, scene creation, and AI development.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
funplay-unity-mcp · Use cases
- Automating Unity scene creation and script generation through natural language prompts
- Testing and validation of gameplay mechanics through input simulation and screenshot capture
- Performance analysis and debugging of Unity projects with automated inspection 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
funplay-unity-mcp · Install
- Install via UPM (Git URL): In Unity, go to **Window → Package Manager → + → Add package from git URL** and enter
https://github.com/FunplayAI/funplay-unity-mcp.git - Start the MCP Server: Use **Menu: Funplay → MCP Server** to start the server on
http://127.0.0.1:8765/ - Configure Your AI Client: Use the built-in **One-Click MCP Configuration** or manually add:
{
"mcpServers": {
"funplay": {
"type": "http",
"url": "http://127.0.0.1:8765/"
}
}
}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"]
}
}
}