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):
First install the module using:
Then configure in MCP client - the [Claude desktop app](https://claude.ai/download).
Under Mac OS this will look like this:
Under Windows you have to check the path to your Python executable using
bash
npx -y @smithery/cli install mcp-simple-timeserver --client claude
bash
pip install mcp-simple-timeserver
json
"mcpServers": {
"simple-timeserver": {
"command": "python",
"args": ["-m", "mcp_simple_timeserver"]
}
}
where python
in the cmd
(Windows command line).
Typical configuration would look like this: