Skip to main content
Glama
clssck

Time Server

by clssck

タイムサーバー

鍛冶屋のバッジ MCPパイソンライセンス

モデル コンテキスト プロトコル標準に基づいて構築された、タイムゾーン変換および時間関連の操作用の MCP サーバー。

目次

Related MCP server: MCP Time Server

特徴

  • 任意のタイムゾーンの現在の時刻を取得します

  • タイムゾーン間の時間を変換する

  • MCPプロトコル標準に準拠

  • 型安全なPython実装

  • RESTful APIエンドポイント

  • 包括的なエラー処理

  • タイムゾーンデータベース統合

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop のタイム サーバーを自動的にインストールするには:

npx -y @smithery/cli install @clssck/mcp-time-server --client claude

手動インストール

pip install .

使用法

サーバーを起動します。

python -m time_server

APIドキュメント

ツール

get_current_time

特定のタイムゾーンの現在の時刻を取得する

パラメータ:

  • timezone : 文字列 - IANAタイムゾーン識別子(例:"America/New_York")

戻り値:

  • ISO 8601形式の現在の時刻

convert_time

タイムゾーン間の時間を変換する

パラメータ:

  • time : 文字列 - ISO 8601形式で変換する時間

  • from_timezone : 文字列 - ソースタイムゾーン

  • to_timezone : 文字列 - ターゲットタイムゾーン

戻り値:

  • ISO 8601形式で変換された時間

発達

開発依存関係をインストールします。

pip install -e .[dev]

テストを実行します:

pytest

コードの品質を確認する:

ruff check .
mypy src

行動規範

このプロジェクトは、貢献者行動規範に準拠しています。参加される方は、この規範を遵守していただく必要があります。

ライセンス

マサチューセッツ工科大学

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A MCP server that provides timezone-aware date and time operations. This server addresses the common issue where AI assistants provide incorrect date information due to timezone confusion.
    4
    4
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A minimal MCP server that provides current time information with configurable timezone support set on the client side.
  • F
    license
    Not graded
    quality
    D
    maintenance
    A hosted MCP server providing current time, date, and timezone conversion tools specifically designed for Claude Code remote sessions. It enables users to fetch localized time data and convert times between IANA timezones through a centralized API.
  • A
    license
    A
    quality
    F
    maintenance
    MCP server providing various date/time functions including current time, timezone conversion, and relative time calculations. Supports both local stdio and remote HTTP access via Cloudflare Workers.
    6
    490
    2
    MIT

Latest Blog Posts

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/clssck/mcp-time-server'

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