🚀 Time MCP サーバー: LLM に時間認識機能を提供する
LLM に時間認識機能を持たせることができるモデル コンテキスト プロトコル (MCP) サーバー実装。
ツール
current_time
: 現在の時刻(UTCと現地時間)を取得します。relative_time
: 相対時間を取得するget_timestamp
: 時刻のタイムスタンプを取得するdays_in_month
: 月内の日数を取得するconvert_time
: タイムゾーン間の時間を変換するget_week_year
: 年内の週とisoWeekを取得する
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の time-mcp を自動的にインストールするには:
手動でインストールする(オプション)
npxを使用する
カーソル上で実行
mcp.json
ファイルは次のようになります。
ウィンドサーフィンで走る
これを./codeium/windsurf/model_config.json
ファイルに追加します。
ライセンス
MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
LLMに時間認識機能を提供。LLMに時間認識機能を提供。現在時刻へのアクセス、タイムゾーンの変換、タイムスタンプの取得など、あらゆる操作を簡単に実行できます。正確な時間関連機能でアプリケーションを強化しましょう。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAccess the time in any timezone and get the current local timeLast updated -139MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.Last updated -21
- AsecurityFlicenseAqualityA Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.Last updated -2
- AsecurityAlicenseAqualityGives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.Last updated -61,849MIT License