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:
Quickstart
Install
use the following json
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Access the time in any timezone and get the current local time
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that allows checking local time on the client machine or current UTC time from an NTP serverLast updated -218PythonMIT License
- AsecurityAlicenseAqualityFetches tide information for any location using latitude and longitude, providing detailed tide data including high/low tides and station information with automatic UTC time zone handling.Last updated -112PythonMIT License
- AsecurityAlicenseAqualityGiving LLMs Time Awareness Capabilities. Empower your LLMs with time awareness capabilities. Access current time, convert between timezones, and get timestamps effortlessly. Enhance your applications with precise time-related functionalities.Last updated -543436JavaScriptMIT License
- AsecurityAlicenseAqualityA Python microservice that provides utilities for retrieving current times and converting between different global timezones with robust validation.Last updated -2PythonMIT License