Skip to main content
Glama

MCP Simple Timeserver

MIT License
18
  • Apple

MCP シンプルタイムサーバー

Anthropic が行った奇妙な設計上の決定の一つは、ユーザーが送信したメッセージのタイムスタンプや現在時刻を Claude から奪ってしまうことでした。かわいそうな Claude は時刻が分からないのです! mcp-simple-timeserverこの問題を解決したシンプルな MCP サーバーです。

このサーバーは 2 つのツールを提供します。

  • get_time 、ユーザーのマシンから現在のローカル時間とタイムゾーン情報を取得します。これにより、クロードはユーザーの所在地の時刻を把握できます。また、必要に応じて、ユーザーとの最後のやり取りから経過した時間を計算することもできます。
  • get_utc、NTP タイム サーバーから取得した現在の UTC 時刻を提供します。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Simple Timeserver を自動的にインストールするには:

npx -y @smithery/cli install mcp-simple-timeserver --client claude

手動インストール

まず、次のコマンドを使用してモジュールをインストールします。

pip install mcp-simple-timeserver

次に、MCP クライアント ( Claude デスクトップ アプリ)を構成します。

Mac OS では次のようになります:

"mcpServers": { "simple-timeserver": { "command": "python", "args": ["-m", "mcp_simple_timeserver"] } }

Windows では、 cmd (Windows コマンド ライン) のwhere pythonを使用して、Python 実行可能ファイルへのパスを確認する必要があります。

一般的な構成は次のようになります。

"mcpServers": { "simple-timeserver": { "command": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Python\\Python311\\python.exe", "args": ["-m", "mcp_simple_timeserver"] } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

クライアントマシンのローカル時刻またはNTPサーバーからの現在のUTC時刻を確認できるMCPサーバー

  1. インストール
    1. Smithery経由でインストール
    2. 手動インストール

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    An MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.
    Last updated -
    Python
  • A
    security
    A
    license
    A
    quality
    A lightweight mcp server that tells you exactly what time is it based on your IP.
    Last updated -
    1
    8
    Python
    MIT License
  • -
    security
    A
    license
    -
    quality
    An MCP server that provides interval timing functionality using token-based time tracking, allowing users to start timers with unique identifiers and check elapsed time in milliseconds or human-readable format.
    Last updated -
    TypeScript
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    A simple Model Context Protocol (MCP) server that provides date and time functionality in any timezone, along with user profiles and personalized greeting resources.
    Last updated -
    Python
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andybrandt/mcp-simple-timeserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server