MCP シンプルタイムサーバー
Anthropic が行った奇妙な設計上の決定の一つは、ユーザーが送信したメッセージのタイムスタンプや現在時刻を Claude から奪ってしまうことでした。かわいそうな Claude は時刻が分からないのです!
このサーバーは 2 つのツールを提供します。
get_time
、ユーザーのマシンから現在のローカル時間とタイムゾーン情報を取得します。これにより、クロードはユーザーの所在地の時刻を把握できます。また、必要に応じて、ユーザーとの最後のやり取りから経過した時間を計算することもできます。get_utc
、NTP タイム サーバーから取得した現在の UTC 時刻を提供します。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Simple Timeserver を自動的にインストールするには:
手動インストール
まず、次のコマンドを使用してモジュールをインストールします。
次に、MCP クライアント ( Claude デスクトップ アプリ)を構成します。
Mac OS では次のようになります:
Windows では、 cmd
(Windows コマンド ライン) のwhere python
を使用して、Python 実行可能ファイルへのパスを確認する必要があります。
一般的な構成は次のようになります。
local-only server
The server can only run on the client's local machine because it depends on local resources.
クライアントマシンのローカル時刻またはNTPサーバーからの現在のUTC時刻を確認できるMCPサーバー
Related MCP Servers
- -securityFlicense-qualityAn MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.Last updated -
- AsecurityAlicenseAqualityA lightweight mcp server that tells you exactly what time is it based on your IP.Last updated -18MIT License
- AsecurityFlicenseAqualityAn MCP server that automatically detects and provides current time and location information based on system timezone and IP geolocation.Last updated -2
- -securityAlicense-qualityThe Time MCP Server is a Model Context Protocol (MCP) server that provides AI assistants and other MCP clients with standardized tools to perform time and date-related operations. This server acts as a bridge between AI tools and a robust time-handling backLast updated -6MIT License