This MCP server provides time and timezone conversion capabilities, enabling LLMs to access current time information and perform timezone conversions using IANA timezone names. It features automatic system timezone detection and offers tools for getting current time in specific timezones and converting times between different timezones. The server is designed for integration with AI assistants and applications requiring accurate and localized time-based functionalities.
Get current time in a specific timezone or system timezone. Required arguments: timezone (string): IANA timezone name (e.g., 'America/New_York', 'Europe/London')
Convert time between timezones. Required arguments: source_timezone (string): Source IANA timezone name, time (string): Time in 24-hour format (HH:MM), target_timezone (string): Target IANA timezone name
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!