Time and timezone conversion capabilities for your AI assistant
The Time MCP Server provides time and timezone conversion capabilities for your AI assistant. It can get the current time in any timezone, convert times between timezones, and perform time calculations.
Part of the official MCP reference servers, this is a lightweight utility server that solves the common AI limitation of not knowing the current time. It handles timezone abbreviations, IANA timezone names, and UTC offsets.
A simple but essential tool for any AI workflow that needs awareness of current time, scheduling across timezones, or time-based calculations.
Add this to your MCP configuration file:
{
"mcpServers": {
"time": {
"env": {},
"args": [
"mcp-server-time"
],
"command": "uvx"
}
}
}Be the first to review this server!