← Back to MCPs
Utilities

Time

Time and timezone conversion capabilities, including current time lookups and conversions between IANA timezones.

Installuvx mcp-server-time
The Time MCP server provides time and timezone conversion capabilities for LLMs. ## Capabilities - Get the current time in any IANA timezone - Convert times between timezones - Handle daylight saving time correctly ## Usage ```json { "mcpServers": { "time": { "command": "uvx", "args": ["mcp-server-time"] } } } ```