MCP Catalogs
Home

Unity-AI-ProBuilder vs time

Side-by-side comparison to help you pick between these two MCP servers.

Unity-AI-ProBuilder
by IvanMurzak
time
by modelcontextprotocol
Stars★ 41★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsAI / LLM ToolsMedia
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last committhis monththis month

Unity-AI-ProBuilder · Summary

Unity MCP server that enables AI assistants to create and manipulate 3D meshes through natural language commands.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

Unity-AI-ProBuilder · Use cases

  • AI-assisted level prototyping in game development
  • Procedural 3D asset generation through natural language commands
  • Automated mesh optimization and transformation for Unity projects

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-ProBuilder · Install

Installation Options

  1. **Installer Package**: Download the [AI-ProBuilder-Installer.unitypackage](https://github.com/IvanMurzak/Unity-AI-ProBuilder/releases/latest/download/AI-ProBuilder-Installer.unitypackage) and import it into your Unity project.
  1. **OpenUPM-CLI**: Install via OpenUPM CLI with:
openupm add com.ivanmurzak.unity.mcp.probuilder

MCP Client Configuration

Add to your MCP client configuration (e.g., Claude Desktop):

{
  "mcpServers": {
    "unity-probuilder": {
      "command": "dotnet",
      "args": ["run", "--project", "/path/to/Unity-AI-ProBuilder"],
      "env": {}
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.