kite-mcp-server-time
If you are the rightful owner of kite-mcp-server-time 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.
A TypeScript implementation of an MCP server providing time-related tools.
The MCP Time Server in TypeScript is a robust implementation designed to handle time-related operations using the Model Context Protocol. It offers functionalities such as fetching the current time in a specified timezone and converting time between different timezones. The server is built with a modular architecture, allowing for easy separation of server creation and transport binding, which enhances flexibility. It supports multiple transport options, including stdio and HTTP, and can be easily deployed using Docker. The server is developed using modern technologies like TypeScript, Express, and Luxon, ensuring efficient and accurate time handling. The project structure is organized to facilitate maintainability and extensibility, making it straightforward to add new features or transport types.
Features
- Get Current Time: Retrieve the current time in a specified timezone.
- Convert Time: Convert time between different timezones with time difference calculation.
- Modular Architecture: Separated server creation and transport binding for flexibility.
- Multiple Transport Options: Supports both stdio and HTTP transports.
- Docker Support: Easy containerized deployment.
Tools
get_current_time
Get the current time of the specified time zone
convert_time
Convert time between different time zones