PilarczykM/ChronosMCP
If you are the rightful owner of ChronosMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
ChronosMCP is a Model Context Protocol server that provides comprehensive date and time utilities for AI agents, facilitating tasks such as formatting, parsing, time zone conversions, and date arithmetic.
š ChronosMCP
ChronosMCP is a minimalist, multi-language server for date and time operations, built on the Model Context Protocol (MCP).
It provides consistent, timezone-aware datetime utilities via lightweight SDKs in multiple programming languages.
š Features
ā
Retrieve the current time in UTC or any timezone
ā
Format and parse ISO datetime strings
ā
Convert between timezones
ā
Compute time differences
ā
Add or subtract time deltas
ā
Designed for easy integration with MCP-compatible clients
š§ Available SDKs
ChronosMCP provides dedicated SDKs for each programming language.
Choose the SDK that fits your project:
Language | Package | Documentation |
---|---|---|
š Python | ||
š¢ Node.js |
More SDKs will be added over time.
⨠Example Use Cases
- Unified timestamp generation in microservices
- Consistent timezone conversions in distributed systems
- Formatting and parsing datetime strings in a predictable way
- Automating date calculations (e.g., scheduling workflows)
š Repository Structure
chronosMCP/
āāā sdks/ # Language-specific SDKs
ā āāā python/ # Python SDK
ā āāā nodejs/ # Node.js SDK
āāā docs/ # Shared documentation
āāā examples/ # Usage examples
āāā README.md # This file
š ļø Requirements
Each SDK has its own requirements and installation instructions.
Please refer to the respective README:
š License
MIT License ā see LICENSE file for details.
š¤ Contributing
Contributions are welcome!
If you want to add a new language SDK or improve existing tools:
- Fork this repository
- Create a feature branch
- Submit a pull request
Feel free to open issues with questions or ideas.
š Links
Happy coding! š