MCP Catalogs
Home

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
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguagePascalTypeScript
Last committhis monththis 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

  1. Clone the repository:
git clone https://github.com/GDKsoftware/delphi-mcp-server.git
cd delphi-mcp-server
  1. Build the project:
Windows Build
build.bat
Linux Build
build.bat Release Linux64

Integration with Claude Code

claude mcp add --transport http delphi-mcp-server http://localhost:3000/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.