The MCP-timeserver provides datetime information to systems and tools.
Access time in specific timezones: Using the
datetime://URI scheme (e.g.,datetime://Europe/London/now)Retrieve current local time: Using the
get_current_time()tool, which returns the time in the system's configured timezone
Allows accessing current date/time information through a datetime:// URI scheme with '/now' endpoint
MCP-timeserver
A simple MCP server that exposes datetime information to agentic systems and chat REPLs
Components
Resources
The server implements a simple datetime:// URI scheme for accessing the current date/time in a given timezone, for example:
Tools
The server exposes a tool to get the current local time in the system timezone:
Related MCP server: MCP Time Server
Quickstart
Install
use the following json