This MCP server, developed by Andy Brandt, provides AI assistants like Claude with the ability to access current time information. It offers two key tools: get_time for retrieving local time and timezone data from the user's machine, and get_utc for obtaining UTC time from an NTP server. By bridging AI capabilities with accurate timekeeping, this implementation enables time-aware interactions and calculations. The server is designed for easy integration with the Claude desktop app on both macOS and Windows. It addresses the limitation of AI models lacking inherent time awareness, making it useful for scenarios requiring temporal context, scheduling assistance, or time-based computations in AI-powered conversations and tasks.
No reviews yet. Be the first to review!
Sign in to join the conversation
Returns the current local time, day of week, and timezone from the user's machine.
Returns accurate UTC time from an NTP time server.
Returns current time with optional location, timezone, and calendar conversions.
Calculates duration between two dates/times (countdowns, elapsed time).
Returns public holidays (and optionally school holidays) for a country.
Checks if a specific date is a holiday in a given country or city.