mcp-simple-timeserver

mcp-simple-timeserverは、Pythonで実装されたシンプルなタイムサーバーです。クライアントからのリクエストに応じて、現在の時刻を返す機能を持ち、ネットワーク通信の基礎を学ぶのに適しています。シンプルな設計で、カスタマイズや拡張が容易です。

GitHubスター

23

ユーザー評価

未評価

お気に入り

0

閲覧数

31

フォーク

15

イシュー

2

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

To install Simple Timeserver for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-simple-timeserver):
bash
npx -y @smithery/cli install mcp-simple-timeserver --client claude
First install the module using:
bash
pip install mcp-simple-timeserver
Then configure in MCP client - the [Claude desktop app](https://claude.ai/download). Under Mac OS this will look like this:
json
"mcpServers": {
  "simple-timeserver": {
    "command": "python",
    "args": ["-m", "mcp_simple_timeserver"]
  }
}
Under Windows you have to check the path to your Python executable using where python in the cmd (Windows command line). Typical configuration would look like this:
作者情報
Andy Brandt
Code Sprinters

14

フォロワー

19

リポジトリ

0

Gist

0

貢献数