Version 4.43 or later needs to be installed to add the server automatically
About
Time and timezone conversion capabilities.
Attribute | Details |
---|---|
Docker Image | mcp/time |
Author | modelcontextprotocol |
Repository | https://github.com/modelcontextprotocol/servers |
Dockerfile | https://github.com/modelcontextprotocol/servers/blob/2025.4.24/src/time/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/time --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
convert_time | Convert time between timezones |
get_current_time | Get current time in a specific timezones |
convert_time
Convert time between timezones
Parameters | Type | Description |
---|---|---|
source_timezone | string | Source IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no source timezone provided by the user. |
target_timezone | string | Target IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'UTC' as local timezone if no target timezone provided by the user. |
time | string | Time to convert in 24-hour format (HH:MM) |
get_current_time
Get current time in a specific timezones
Parameters | Type | Description |
---|---|---|
timezone | string | IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'UTC' as local timezone if no timezone provided by the user. |
{
"mcpServers": {
"time": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/time"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for