Current Time JST
Provides the current time in Japan Standard Time (JST, UTC+9).
mcp-now-time-JST
日本標準時(JST)で現在時刻を取得するツールを提供するMCP(Model Context Protocol)サーバーです。
概要
このプロジェクトは、日本標準時(UTC+9)で現在時刻を返すget_current_time_JSTという単一のツールを持つシンプルなMCPサーバーを実装しています。スタンドアロンのコマンドラインツールとしても実行できます。
必要要件
- Python 3.13以上
- uv(Pythonパッケージマネージャー)
インストール
# リポジトリをクローン
git clone <repository-url>
cd mcp-now-time-JST
# 依存関係をインストール
uv sync
使用方法
MCPサーバーとして
stdioトランスポートを使用してサーバーを実行:
uv run python now_time.py
MCP CLIでテスト:
uv run mcp dev now_time.py
サーバーは以下のツールを公開します:
get_current_time_JST:JST形式で現在時刻を返します
レスポンス形式:
{
"time": "2025-06-16 22:15:40",
"iso": "2025-06-16T22:15:40.594666+09:00"
}
コマンドラインツールとして
MCPサーバーを起動せずにコマンドラインから直接使用することもできます:
uv run python now_time.py --noserver
出力:
現在時刻 (JST): 2025-06-16 22:15:40
ISO形式: 2025-06-16T22:15:40.594666+09:00
Claude Desktopとの統合
このMCPサーバーをClaude Desktopで使用するには、Claude Desktopの設定に以下を追加してください:
{
"mcpServers": {
"now-time-jst": {
"command": "uv",
"args": ["run", "python", "/path/to/mcp-now-time-JST/now_time.py"]
}
}
}
プロジェクト構成
mcp-now-time-JST/
├── now_time.py # メインMCPサーバー実装
├── pyproject.toml # プロジェクト設定と依存関係
├── uv.lock # ロックされた依存関係
├── README.md # このファイル
└── CLAUDE.md # Claude Code用開発ガイド
ライセンス
[ライセンスをここに追加]
Related Servers
Bible Study
Study the Bible in its original languages, trace themes across both testaments, and compare five translations — all in one conversation. Ask any question about what Scripture says and get grounded, cited answers: What does the Bible say about suffering? Topical search surfaces Job as the Bible's principal witness on suffering (with explanations of why it matters and suggested starting passages), Psalms on lament, Romans on justification — whole books and narratives alongside individual verses. What is the Hebrew word behind lovingkindness in Psalm 23? Compare how KJV and WEB translate John 3:16. Trace the word grace through Paul's letters. Covers 155,510 verses across KJV, WEB, ASV, YLT, and Darby with 606,140 cross-references, 17,543 Strong's entries, BDB and Thayer lexicon definitions, and Nave's 5,319 topical categories.
Weather
Provides real-time weather information for any location.
CoinMarketCap MCP Server
Crypto prices, market caps, rankings, and token metadata via CoinMarketCap.
ThreatByte-MCP
ThreatByte-MCP is a deliberately vulnerable, MCP-based case management web app. It mirrors a realistic SOC analyst workflow with a server-rendered UI and a real MCP server. The MCP tools are intentionally vulnerable for training and demonstration.
MCP Emotional Support
Provides emotional support and positive reinforcement for LLMs, with customizable therapeutic personas.
Time MCP Server
Enables time awareness for large language models.
OSINT MCP
Real-time OSINT intelligence platform for global security monitoring.
AgenticTrade
AI agent API marketplace-discover, call, and pay for services with USDC payments. List your own AI services and earn money per call.
OpenDART MCP
orean corporate disclosure & financial data from DART (금융감독원 전자공시시스템). Search companies, filings, and financial statements via OpenDART API.
RootVine
Cross-platform music link resolution for AI agents. Connects Claude, ChatGPT, and other AI agents to trusted music data via the Model Context Protocol.