mcp-simple-timeserver logo

mcp-simple-timeserverSimple solution to give Claude ability to check current time via MCP

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

mcp-simple-timeserver is a simple MCP server that provides Claude with the ability to check the current time. It was created to address Anthropic's design decision to deprive Claude of timestamps for messages sent by the user in claude.ai or the current time in general. The server offers various tools, including get_local_time, get_utc, get_current_time, calculate_time_distance, get_holidays, and is_holiday. These tools provide accurate time information, support for different locations and timezones, and calendar conversions. The server uses NTP time servers for accurate time and falls back to local server time if NTP is unavailable. The get_current_time tool supports location parameters, allowing users to get local time anywhere in the world, and also accepts calendar parameters for different calendar formats. The calculate_time_distance tool calculates the duration between two dates or times. The server provides public holidays and checks if a specific date is a holiday in a given country or city.

Key features

  • get_local_time
  • get_utc
  • get_current_time
  • calculate_time_distance
  • get_holidays
  • is_holiday

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Getting Current Time

Use the get_current_time tool to get the current time with optional location, timezone, and calendar conversions

Calculating Time Distance

Use the calculate_time_distance tool to calculate the duration between two dates or times

Pros & Cons

Pros

  • Provides accurate current time information
  • Supports location parameters for local time
  • Offers various calendar conversions
  • Calculates time distances
  • Provides public holidays information

Cons

  • Requires NTP server for accurate time
  • Fallback to local server time if NTP is unavailable

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

What calendar formats are supported by get_current_time and how are they specified?

The tool accepts a comma‑separated list via the 'calendar' parameter, supporting Unix timestamp, ISO‑8601 week date, Hijri, Japanese Era, Hebrew, and Persian calendars, returning the date in each requested format.

Asked by Jarrah Whitlock · Oct 24, 2025

How does mcp-simple-timeserver obtain accurate time and what happens if NTP is unavailable?

All tools except get_local_time query an NTP time server for precise timestamps. If the NTP request fails, the server gracefully falls back to the host machine’s local clock and includes a notice about the fallback.

Asked by Isabela Almeida · Sep 24, 2025

Can the get_current_time tool provide time for any location and what additional info does it return?

Yes, you can specify a city, country, or IANA timezone; the tool returns the local time, timezone, UTC offset, DST status, and notes if the date is a public holiday at that location.

Asked by Priya Nair · Sep 26, 2025

Ask a question

MCP Servers alternatives