Time MCP Server is a Model Context Protocol server that provides time and timezone conversion capabilities. It enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
To use Time MCP Server, you can install it via pip or use uvx for direct execution. After installation, configure it in your Claude or Zed settings. The server provides tools like get_current_time
and convert_time
to fetch current time in a specific timezone and convert time between timezones, respectively.
Yes, Time MCP Server supports all IANA timezones for time and timezone conversion.
Yes, Time MCP Server is open-source and free to use under the MIT License.
The time provided by Time MCP Server is highly accurate, relying on system time and IANA timezone data for precision.