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.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides LLMs with current date and time information across any timezone, with configurable defaults and support for IANA timezone identifiers.
    Last updated
    1
    31
    3
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Provides 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 updated
    178
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides tools to get the current date and time in various formats (ISO, Unix timestamp, human-readable, custom) with configurable timezone support.
    Last updated
    MIT
  • F
    license
    B
    quality
    C
    maintenance
    Provides current time and timezone conversion using IANA timezone names, with automatic system timezone detection.
    Last updated
    2

View all related MCP servers

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)

View all MCP Connectors

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