DateTime
Createdodgrim
Provides datetime and timezone information to AI agents and chat interfaces via the Model Context Protocol.
About
DateTime is a Model Context Protocol (MCP) server implemented in TypeScript, designed to provide AI agents and chat interfaces with accurate datetime and timezone information. It enables AI systems to retrieve the current time in various timezones, list available timezones, and access timezone details through URI resources. The server can be run in standard I/O mode or SSE mode, offering flexibility in integration with different AI architectures.
Key Features
- Provides current time in any valid timezone
- Supports standard I/O and Server-Sent Events (SSE) modes
- Provides current time in the system's local timezone
- Accesses timezone information through URI resources
- Lists all available timezones
- 1 GitHub stars
Use Cases
- Enabling AI agents to schedule tasks based on specific timezones
- Enhancing chat REPLs with timezone support
- Integrating with AI systems to provide accurate datetime information