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.
Latest Blog Posts
- 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