io.github.rog0x/time MCP Server
The io.github.rog0x/time MCP server provides date, time, and timezone functionality for AI agents via the Model Context Protocol (MCP). It includes tools for converting timezones, listing zones with UTC offsets, retrieving current times across multiple zones, computing timezone differences, and adding or subtracting dates/times.
🛠️ Key Features
- Timezone Converter tools:
convert_timezone,list_timezones,current_time_multi,time_difference - Date Calculator tool:
date_add_subtract - Uses native JavaScript
DateandIntlAPIs; no external date libraries required
🚀 Use Cases
- Convert timestamps between timezones for agent workflows
- Display current time in multiple regions using
current_time_multi - Compute timezone offsets and differences with
list_timezonesandtime_difference - Perform date arithmetic with
date_add_subtract
⚡ Developer Benefits
- Built with native
DateandIntlfor timezone-aware operations - Provides discrete MCP tools aligned to common time and scheduling tasks
⚠️ Limitations
- Readme excerpt only specifies a timezone converter and date add/subtract capabilities; no other tooling details are provided
Topics
- ai-agents, claude, cron, date, mcp, model-context-protocol, time, timestamp, timezone, ai-tools, developer-tools, mcp-server, typescript