Time
Official
🔧 Utilities
Time and timezone capabilities for AI agents. Get the current time in any timezone and convert between timezones using IANA timezone names. Automatic system timezone detection with manual override support.
Tags
Tools (2)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"time": {
"command": "uvx",
"args": [
"mcp-server-time"
],
"env": {
"LOCAL_TIMEZONE": "your-local-timezone-here"
}
}
}
}