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 | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Pascal | TypeScript |
| Last commit | this month | this 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.
- Download the latest release from GitHub
- Add the MakerAI suite units to your Delphi project
- Configure your AI provider credentials
- 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"]
}
}
}