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 dayong@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! 🚀