MCP Catalogs
Home

ai-forge-mcp vs time

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

ai-forge-mcp
by HurtzDonutStudios
time
by modelcontextprotocol
Stars★ 59★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last commit1 mo agothis month

ai-forge-mcp · Summary

Comprehensive MCP package with 565 tools controlling AAA game asset pipeline across 16 servers.

time · Summary

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

ai-forge-mcp · Use cases

  • Solo indie developers creating AAA-quality game assets without hiring a team
  • Small studios multiplying their output by automating the asset pipeline
  • Game jammers and prototypers needing production-quality assets quickly

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

ai-forge-mcp · Install

Installation

The AI Forge MCP Package is a subscription service. Follow these steps to get started:

  1. Visit the [ForgeRoom web console](https://forgeroom.hurtzdonut.com) or download the desktop app
  2. Create an account and select your subscription tier
  3. Complete the first-launch wizard which will auto-detect your installed DCC applications (Blender, UE5, etc.)
  4. The installer will automatically deploy the necessary bridge plugins
  5. Configure MCP servers in your Claude Desktop client:
{
  "mcpServers": {
    "ai-forge": {
      "command": "npx",
      "args": ["@hurtzdonut/ai-forge-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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.