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
Related MCP Servers
- 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 -115MIT License
- AsecurityAlicenseAqualityA Python microservice that provides utilities for retrieving current times and converting between different global timezones with robust validation.Last updated -3MIT License
- -securityFlicense-qualityProvides current local datetime information with timezone support. Serves as a minimal blueprint for building simple, single-purpose MCP servers.Last updated -
- AsecurityFlicenseAqualityProvides time and timezone functionality for LLMs, enabling them to get current time information across different timezones and convert times between zones.Last updated -2