MCP Catalogs
Home

MakerAi vs time

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

MakerAi
by gustavoeenriquez
time
by modelcontextprotocol
Stars★ 173★ 85,748
30d uses
Score4877
Official
Categories
AI / LLM ToolsDeveloper ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguagePascalTypeScript
Last committhis monththis month

MakerAi · Summary

MakerAI is a complete AI ecosystem for Delphi with MCP server/client support, RAG, and autonomous agents.

time · Summary

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

MakerAi · Use cases

  • Building Delphi applications with integrated AI capabilities using MCP protocol
  • Implementing RAG systems for enterprise knowledge management
  • Creating autonomous agents for automated workflows with human approval checkpoints

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

MakerAi · Install

Installation

MakerAI supports Delphi 10.4+ with full support from Delphi 12 Athens. A Free Pascal/Lazarus port is also available.

  1. Download the latest release from GitHub
  2. Add the MakerAI suite units to your Delphi project
  3. Configure your AI provider credentials
  4. Implement MCP server functionality with uMakerAi.MCPServer.Core.pas

To use MakerAI as an MCP client:

{
  "mcpServers": {
    "makerai": {
      "command": "path/to/your/delphi/app",
      "args": ["--mcp-server"]
    }
  }
}

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.