MCP Simple Timeserver MCP Server

All tools (except `get_local_time`) use accurate time from NTP servers. If NTP is unavailable, they gracefully fall back to local server time with a

Remote serverstreamable-httpPython

What is the MCP Simple Timeserver MCP server?

MCP Simple Timeserver MCP server exists for a simple reason — assistants are far more useful when they can act on MCP Simple Timeserver directly instead of describing what you should do. All tools (except get_local_time) use accurate time from NTP servers. If NTP is unavailable, they gracefully fall back to local server time with a notice.

What the assistant can call

Once MCP Simple Timeserver is connected, these are the calls the assistant has available:

  • get_local_time — Returns the current local time, day of week, and timezone from the user's machine
  • get_utc — Returns accurate UTC time from an NTP time server
  • get_current_time — Returns current time with optional location, timezone, and calendar conversions
  • calculate_time_distance — Calculates duration between two dates/times (countdowns, elapsed time)
  • get_holidays — Returns public holidays (and optionally school holidays) for a country
  • is_holiday — Checks if a specific date is a holiday in a given country or city

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Simple Timeserver's toolset — get_local_time, get_utc, get_current_time and 3 more — is a fair guide to whether it matches your workflow. It is maintained by andybrandt; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp simple timeserver mcp server does with a few real requests.

Available tools

ToolWhat it does
get_local_timeReturns the current local time, day of week, and timezone from the user's machine
get_utcReturns accurate UTC time from an [NTP time server](https://en.wikipedia.org/wiki/Network_Time_Protocol)
get_current_timeReturns current time with optional location, timezone, and calendar conversions
calculate_time_distanceCalculates duration between two dates/times (countdowns, elapsed time)
get_holidaysReturns public holidays (and optionally school holidays) for a country
is_holidayChecks if a specific date is a holiday in a given country or city

How to install the MCP Simple Timeserver MCP server

{
  "mcpServers": {
    "simple-timeserver": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use MCP Simple Timeserver to get local time.
  • Use MCP Simple Timeserver to get utc.
  • Use MCP Simple Timeserver to get current time.

Frequently asked questions

It connects MCP Simple Timeserver to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (get_local_time, get_utc, get_current_time, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Simple Timeserver directly.