Labsco
MCP SERVER

Time MCP Server

by CarterPape

Give an assistant the actual current time in any IANA timezone, and convert a time between two of them.

Time, Dates & Calculation
Summary
A model does not know what time it is, and this is the smallest possible fix.

Two calls: the current time in a zone you name or the system's own, and a conversion between a source and a target zone. System timezone detection means “what time is it for me” works with no configuration at all.

What it is

A time and timezone server working from IANA timezone names, with the system's own timezone detected automatically.

What you get
  • get_current_time — the current time in an IANA timezone you name, such as America/New_York or Europe/London, or in the system timezone
  • convert_time — a time converted from a source IANA timezone to a target one
Requirements

Uvx runs it without installing anything; pip installs it as a package instead. No account and no key.

Setup effort

One command — uvx pape-mcp-server-time