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! mcp-simple-timeserver
is a simple MCP server that fixes that.
This server provides two tools:
get_time
provides 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_utc
provides 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:
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
An MCP server that allows checking local time on the client machine or current UTC time from an NTP server
Related MCP Servers
- AsecurityAlicenseAqualityA datetime formatting service implemented as an MCP server for the Claude Desktop Application. Supports generation of datetime strings in various formats.Last updated -17PythonMIT License
- -securityFlicense-qualityAn MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.Last updated -Python
- AsecurityAlicenseAqualityA TypeScript server implementing the Model Context Protocol (MCP) that provides datetime and timezone information to AI agents and chat interfaces, allowing them to access current time in various timezones.Last updated -42TypeScriptMozilla Public License 2.0
- -securityAlicense-qualityA lightweight mcp server that tells you exactly what time is it based on your IP.Last updated -3PythonMIT License