Delphi-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
Delphi-MCP-Server by GDKsoftware | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 117 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Pascal | TypeScript |
| Last commit | this month | this month |
Delphi-MCP-Server · Summary
A native Delphi implementation of MCP protocol with HTTP and STDIO transport modes for AI-powered Delphi development workflows.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Delphi-MCP-Server · Use cases
- Integrating Claude Code with Delphi development environments for AI-assisted coding
- Enabling Codex to interact with Delphi projects through MCP protocol
- Building custom AI-powered tools for Delphi IDE integration
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
Delphi-MCP-Server · Install
Installation
- Clone the repository:
git clone https://github.com/GDKsoftware/delphi-mcp-server.git
cd delphi-mcp-server- Build the project:
Windows Build
build.batLinux Build
build.bat Release Linux64Integration with Claude Code
claude mcp add --transport http delphi-mcp-server http://localhost:3000/mcptime · 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"]
}
}
}