The MCP Simple Timeserver enables Claude to access accurate time information through two key capabilities:
Get Local Time and Timezone: Retrieve the current local time and timezone details from the user's machine, helping Claude understand the user's local context.
Get UTC Time from NTP Server: Fetch precise Coordinated Universal Time (UTC) from an NTP server, with the option to specify a custom NTP server address for universal time reference.
MCP Simple Timeserver
One of the strange design decisions Anthropic made was depriving Claude of timestamps for messages sent by the user or current time in general. Poor Claude can't tell what time it is!
This server provides two tools:
get_timeprovides the current local time and timezone information from the user's machine. This way Claude can know what time it is at the user's location. He can also calculate how much time passed since his last interaction with the user should he want to do so.get_utcprovides current UTC time obtained from an NTP time server.
Installation
Installing via Smithery
To install Simple Timeserver for Claude Desktop automatically via Smithery:
Manual Installation
First install the module using:
Then configure in MCP client - the Claude desktop app.
Under Mac OS this will look like this:
Under Windows you have to check the path to your Python executable using where python in the cmd (Windows command line).
Typical configuration would look like this: