Skip to main content
Glama
ajnx

Alan's Date Time MCP

by ajnx

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" — UTC

  • IANA 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):

{
  "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 start

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)
Commit activity

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

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