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 | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 1 mo ago | this 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:
- Visit the [ForgeRoom web console](https://forgeroom.hurtzdonut.com) or download the desktop app
- Create an account and select your subscription tier
- Complete the first-launch wizard which will auto-detect your installed DCC applications (Blender, UE5, etc.)
- The installer will automatically deploy the necessary bridge plugins
- 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"]
}
}
}