Alan's Date Time MCP
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., "@Alan's Date Time MCPwhat's the current date and time in UTC?"
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.
Alan's Date Time MCP
An MCP (Model Context Protocol) server that provides current time and datetime with timezone support.
Tools
get_date— Returns date only (e.g.2025-03-15)get_time— Returns time only (e.g.14:30:00)get_datetime— Returns date and time (e.g.2025-03-15 14:30:00)
Both tools accept an optional timezone parameter:
"local"(default) — System's local timezone"utc"— UTCIANA timezone string — e.g.
"America/New_York","Europe/London","Asia/Tokyo"
Related MCP server: MCP Time Server
Installation
Add to your MCP configuration (e.g. Cursor, Claude Desktop):
Option 1: npm (recommended — faster startup)
{
"mcpServers": {
"alans-date-time-mcp": {
"command": "npx",
"args": ["-y", "alans-date-time-mcp"]
}
}
}Option 2: GitHub
{
"mcpServers": {
"alans-date-time-mcp": {
"command": "npx",
"args": ["-y", "github:ajnx/alans-date-time-mcp"]
}
}
}Development
npm install
npm run build
npm startLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides LLMs with current date and time information across any timezone, with configurable defaults and support for IANA timezone identifiers.Last updated1313Apache 2.0
- Alicense-qualityDmaintenanceProvides time and date functionality with support for multiple formats and timezones, enabling users to get current time/date, format timestamps, and retrieve comprehensive datetime information.Last updated178MIT
- Alicense-qualityDmaintenanceProvides tools to get the current date and time in various formats (ISO, Unix timestamp, human-readable, custom) with configurable timezone support.Last updatedMIT
- FlicenseBqualityCmaintenanceProvides current time and timezone conversion using IANA timezone names, with automatic system timezone detection.Last updated2
Related MCP Connectors
Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad…
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
Timezone MCP — wraps WorldTimeAPI (free, no auth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ajnx/alans-date-time-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server