MCP Catalogs
Home

mcp-delphi vs time

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

mcp-delphi
by flydev-fr
time
by modelcontextprotocol
Stars★ 17★ 85,748
30d uses
Score4077
Official
Categories
Developer ToolsOps & InfraOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit9 mo agothis month

mcp-delphi · Summary

MCP server for building and cleaning Delphi, Lazarus, and Free Pascal projects via MSBuild and lazbuild tools.

time · Summary

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

mcp-delphi · Use cases

  • Automating build processes for Delphi applications via MCP tools in AI assistants
  • Cleaning build artifacts from Pascal projects without manual IDE intervention
  • Building Lazarus projects with specific configurations remotely through MCP protocol

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

mcp-delphi · Install

  1. Install Node.js >= 18
  2. Clone repository: git clone https://github.com/flydev-fr/mcp-delphi
  3. Install dependencies: pnpm install or npm install
  4. Build: pnpm run build
  5. Configure environment variables in .env file (paths to rsvars.bat and MSBuild)
  6. Run server: node --env-file=.env dist/server.js

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-delphi": {
      "command": "node",
      "args": ["--env-file=.env", "/path/to/mcp-delphi/dist/server.js"]
    }
  }
}

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.