Time Server
タイムサーバー
モデル コンテキスト プロトコル標準に基づいて構築された、タイムゾーン変換および時間関連の操作用の 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_serverAPIドキュメント
ツール
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行動規範
このプロジェクトは、貢献者行動規範に準拠しています。参加される方は、この規範を遵守していただく必要があります。
ライセンス
マサチューセッツ工科大学
This server cannot be installed
Maintenance
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
MCP server exposing klokin time-tracking operations (employees, time entries, stores) to AI clients.
MCP server providing attendance data queries via the CloudTime API.
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
Related MCP Servers
- AlicenseAqualityDmaintenanceA 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.44MIT
- FlicenseNot gradedqualityDmaintenanceA minimal MCP server that provides current time information with configurable timezone support set on the client side.
- FlicenseNot gradedqualityDmaintenanceA 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.
- AlicenseAqualityFmaintenanceMCP 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.64902MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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