home / mcp / datetime mcp server
A simple timezone-aware datetime server
Configuration
View docs{
"mcpServers": {
"ai-mcp-garage-mcp-datetime": {
"url": "http://localhost:8855",
"headers": {
"TIMEFMT": "24",
"DEFAULT_TZ": "America/New_York"
}
}
}
}Returns current date in ISO format (YYYY-MM-DD) with optional weekday when requested by the caller.
Returns current time in the configured format (12 or 24 hour) for the active timezone.