home / mcp / datetime mcp server

DateTime MCP Server

A simple timezone-aware datetime server

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "ai-mcp-garage-mcp-datetime": {
      "url": "http://localhost:8855",
      "headers": {
        "TIMEFMT": "24",
        "DEFAULT_TZ": "America/New_York"
      }
    }
  }
}

Available tools

get_current_date

Returns current date in ISO format (YYYY-MM-DD) with optional weekday when requested by the caller.

get_current_time

Returns current time in the configured format (12 or 24 hour) for the active timezone.