timetimezonereferenceutility

Summary

Time and timezone utilities — get the current time in any timezone and convert between zones.

Features

  • Current time in any timezone
  • Convert times between zones
  • IANA timezone support
  • No API key required
  • Lightweight

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Time" tools will be available.
{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": [
        "mcp-server-time"
      ]
    }
  }
}

Description

The reference Time MCP server. It provides the current time in a given IANA timezone and converts times between zones — a small, dependable utility for scheduling and time-aware tasks.

Related MCP Servers

Browse all MCP servers →