mcp-time

mcp-time

3.2

If you are the rightful owner of mcp-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@mcpreview.com.

An MCP server for getting current time in ISO format using JavaScript Date, compatible with the Claude desktop app on Windows and macOS.

The @dandeliongold/mcp-time is a Model Context Protocol (MCP) server designed to provide the current time in ISO format (YYYY-MM-DD HH:mm:ss) using JavaScript's Date object. It is particularly useful for applications that require precise timekeeping and timestamp comparisons. The server is compatible with the Claude desktop app, supporting both Windows and macOS platforms. It offers a simple JSON-RPC interface for easy integration and provides robust error handling with detailed error messages. The server can calculate time differences between a given timestamp and the current time, offering results in either minutes or seconds. This feature is particularly useful for applications that need to track time intervals or schedule events. The server is easy to install via npm and can be configured to run with the Claude desktop app through a simple JSON configuration.

Features

  • Get current time in YYYY-MM-DD HH: mm:ss format
  • Calculate time differences between timestamps and current time
  • Intuitive positive/negative values for future/past times
  • Support for both minutes and seconds intervals
  • Cross-platform support for Windows and macOS

Tools

  • getCurrentTime: Returns the current time in ISO format without any input parameters.
  • getTimeDifference: Calculates the time difference between a given timestamp and the current time, supporting 'minutes' or 'seconds' intervals.

Related MCP Servers

View all claude servers →