Time (Reference)

Time (Reference)

Time and timezone conversion capabilities.

100K+

7

2 Tools

Signed
Built by Docker
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Time (Reference) MCP Server

Time and timezone conversion capabilities.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/time
Authormodelcontextprotocol
Repositoryhttps://github.com/modelcontextprotocol/servers
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/2025.4.24/src/time/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/time --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (2)

Tools provided by this ServerShort Description
convert_timeConvert time between timezones
get_current_timeGet current time in a specific timezones

Tools Details

Tool: convert_time

Convert time between timezones

ParametersTypeDescription
source_timezonestringSource IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no source timezone provided by the user.
target_timezonestringTarget IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'UTC' as local timezone if no target timezone provided by the user.
timestringTime to convert in 24-hour format (HH:MM)

Tool: get_current_time

Get current time in a specific timezones

ParametersTypeDescription
timezonestringIANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no timezone provided by the user.

Use this MCP Server

{
  "mcpServers": {
    "time": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/time"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers