Time MCP Server
Official reference MCP server for time and IANA timezone conversion, with automatic system-timezone detection.
Overview
Time gives a model two small, deterministic tools: get the current time in any IANA timezone, and convert a time between two timezones, so it stops guessing at timezone math. It's one of the official Model Context Protocol reference servers.
How it works
get_current_timetakes an IANA timezone name (e.g.America/New_York) and returns the current datetime plus whether daylight saving is active; with no argument it uses the system's own timezone.convert_timetakes a source timezone, a 24-hour time, and a target timezone, and returns both datetimes plus the time difference.- The system timezone default can be overridden with
--local-timezone.
Examples
{
"name": "convert_time",
"arguments": {
"source_timezone": "America/New_York",
"time": "16:30",
"target_timezone": "Asia/Tokyo"
}
}
Installation
You need uv (recommended) or Python with pip.
- Add the server to your MCP client's config using the block in the sidebar.
- Restart your client.
- Optional: pass
--local-timezoneto override the system's default timezone.
Related assets
Awesome MCP Servers
The largest community catalog of MCP servers: thousands of entries across dozens of categories (databases, browser automation, cloud, communication and more), tagged by language and scope.
Context7
Pulls updated, version-specific documentation and code examples straight from the source into your prompt, so agents stop citing outdated APIs or hallucinating ones that don't exist.
Playwright MCP
Microsoft's official MCP server for browser automation, driving Playwright through structured accessibility snapshots instead of screenshots, so any MCP client can browse, click and fill forms without a vision model.