DateTime MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DateTime MCP Serverwhat time is it in Tokyo right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DateTime MCP Server
A simple MCP server that provides timezone-aware date and time information.
Tools
get_current_date(include_weekday=False)- Returns current date in ISO format (YYYY-MM-DD) with optional weekdayget_current_time()- Returns current time in configured format
Related MCP server: Date and Time MCP Server
Configuration
Set these environment variables (for stdio) or headers (for HTTP):
DEFAULT_TZ- Timezone identifier (e.g., "America/New_York", "Europe/London", "UTC")TIMEFMT- Time format: "12" for 12-hour (2:30 PM) or "24" for 24-hour (14:30)
Fallbacks
Invalid timezone → defaults to UTC
TIMEFMT not "12" → defaults to 24-hour format
Usage Examples
STDIO (default)
{
"date-time-mcp": {
"command": "uv",
"args": ["run", "python", "server.py"],
"env": {
"DEFAULT_TZ": "America/New_York",
"TIMEFMT": "12"
}
}
}HTTP Server
{
"date-time-mcp": {
"url": "http://localhost:8855",
"headers": {
"DEFAULT_TZ": "America/New_York",
"TIMEFMT": "24"
}
}
}Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/batteryshark/mcp-datetime'
If you have feedback or need assistance with the MCP directory API, please join our Discord server