Time MCP Server

Productivitystdiov2026.1.26
Repository

Reference MCP server providing time and timezone conversion capabilities. Enables AI agents to get the current time in any timezone, convert between timezones, calculate time differences, and format dates. Useful for scheduling, international coordination, and any task requiring accurate time awareness.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": [
        "mcp-server-time",
        "--local-timezone",
        "UTC"
      ]
    }
  }
}

Araçlar (2)

get_current_time

Get the current time in a specified timezone.

{
  "type": "object",
  "required": [
    "timezone"
  ],
  "properties": {
    "timezone": {
      "type": "string",
      "description": "IANA timezone name (e.g. America/New_York, Europe/London, Asia/Tokyo)"
    }
  }
}

convert_time

Convert a time from one timezone to another.

{
  "type": "object",
  "required": [
    "time",
    "from_timezone",
    "to_timezone"
  ],
  "properties": {
    "time": {
      "type": "string",
      "description": "Time to convert (ISO 8601 format)"
    },
    "to_timezone": {
      "type": "string",
      "description": "Target timezone"
    },
    "from_timezone": {
      "type": "string",
      "description": "Source timezone"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Anthropic (@modelcontextprotocol)
Repository
https://github.com/modelcontextprotocol/servers
Lisans
Apache-2.0
Sürüm
2026.1.26
Yıldızlar
86,206
Son güncelleme
27 Ocak 2026