MCP.so
ログイン

time-mcp

@samay58

time-mcp について

MCP server - make Claude tell the time! Highly reliable and consistent.

基本情報

カテゴリ

生産性

ランタイム

python

トランスポート

stdio

公開者

samay58

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "time-mcp-samay58": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

1

Returns the current time in the specified timezone

概要

What is time-mcp?

time-mcp is a Model Context Protocol (MCP) server that provides real‑time timezone‑aware date and time information. It integrates with Claude AI or any MCP client and uses Python’s zoneinfo module for comprehensive timezone support. It is intended for developers who need accurate current time in any IANA timezone.

How to use time-mcp?

Install by cloning the repository, setting up a virtual environment, and running pip install -e .. Start the server with python -m src.time_mcp.server. Invoke the tool get_current_time with an optional IANA timezone string; if omitted, it defaults to UTC.

Key features of time-mcp?

  • Returns current time in any IANA timezone
  • Uses Python’s zoneinfo for broad timezone coverage
  • Outputs simple JSON responses in ISO format
  • Defaults to UTC when no timezone is specified
  • Integrates with Claude AI via the MCP protocol

Use cases of time-mcp?

  • Retrieve the current time in a specific timezone for logging or timestamps
  • Display time tailored to a user’s local timezone
  • Incorporate timezone‑aware responses into Claude AI conversations
  • Use as a building block for timezone‑aware applications

FAQ from time-mcp

What are the runtime requirements for time-mcp?

Python 3.10 or later and the M

コメント

「生産性」の他のコンテンツ