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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.