time-mcp-server

time-mcp-server

3.3

If you are the rightful owner of time-mcp-server 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 Model Context Protocol server that provides time-related capabilities, enabling LLMs to access current time information and convert times between different timezones.

The Time MCP Server is a Swift-based implementation designed to provide time-related functionalities through the Model Context Protocol (MCP). It allows Language Model Machines (LLMs) to access and manipulate time data, such as retrieving the current time in various timezones, converting times between different zones, and calculating time differences. This server is particularly useful for applications that require precise time management across different geographical locations, such as international meeting planning, travel scheduling, and remote work coordination. The server is built using the MCP Swift SDK and is compatible with macOS and Linux platforms, offering both pre-built binaries and source code for custom builds.

Features

  • Current Time Queries: Get the current time in any timezone
  • Time Zone Conversions: Convert time between different timezones
  • Daylight Saving Time Information: Check if a timezone is currently in DST
  • Time Difference Calculation: Get the time difference between timezones when converting

Tools

  1. get_current_time

    Get the current time in a specific timezone

  2. convert_time

    Convert time between timezones