Time MCP Server

by okooo5km

8 stars
427 downloads
Not rated
GitHub

About

A Model Context Protocol server that provides time-related capabilities.

Details

Author
okooo5km
GitHub stars
8
Downloads
427
Categories
Productivity

- Get current time in any IANA timezone
- Convert times between timezones
- Check daylight saving time status
- Calculate time difference between timezones
- Two tools: get_current_time and convert_time

Download a pre-built binary from GitHub Releases for your platform (macOS, Linux, or Windows) and install it to a directory in your PATH, or build from source with Swift 6.0+. Configure the server for use with Claude.app, Cursor, or ChatWise via JSON settings. Launch the server with optional command-line arguments such as --transport sse (default: stdio), --port (default: 8080), or --local-timezone to override the system timezone.

Time MCP Server

> A Model Context Protocol server that provides time-related capabilities. This server enables LLMs to access current time information and convert times between different timezones. This is a Swift implementation of a time MCP server using the MCP Swift SDK.

Swift Platform
License

✨ 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

Available Tools

get_current_time - Get the current time in a specific timezone
timezone (string, required): IANA timezone name (e.g., 'America/New_York', 'Europe/London'). If empty or not provided, the system timezone will be used.

convert_time - Convert time between timezones
source_timezone (string, required): Source IANA timezone name. If empty or not provided, the system timezone will be used.
time (string, required): Time to convert in 24-hour format (HH:MM)
target_timezone (string, required): Target IANA timezone name. If empty or not provided, the system timezone will be used.

Installation

Option 1: Download Pre-built Binary

Download the latest pre-built binary for your platform from the GitHub Releases page:

Download the binary for your platform from the GitHub Releases page and follow the installation instructions below.

<details>
<summary><b>macOS Installation</b></summary>

macOS with Apple Silicon (M1/M2/M3):

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.