What Time Is It Now
Provides the current time in Japan Standard Time (JST).
what-time-is-it-now-mcp
現在時刻を取得するシンプルなModel Context Protocol (MCP) サーバー
概要
このMCPサーバーは、AIアシスタント(Claude Code、Claude Desktopなど)から現在時刻を取得できるようにする簡単な機能を提供します。日本時間(JST)フォーマットで時刻を返します。
使い方
Claude Codeでの使用
# MCPサーバーを追加
claude mcp add what-time-is-it-now-mcp
Claude Desktopでの使用
Claude Desktopの場合は、設定ファイル(~/Library/Application Support/Claude/claude_desktop_config.json)に以下を追加:
{
"mcpServers": {
"what-time-is-it-now-mcp": {
"command": "what-time-is-it-now-mcp"
}
}
}
利用可能なツール
- get_current_time: 現在の日本時間(JST)を取得します
- パラメータ: なし
- 戻り値:
YYYY-MM-DD HH:MM:SS JST形式の時刻文字列
使用例
Claude CodeまたはClaude Desktopで以下のように使用できます:
「現在の時刻を教えて」と入力すると、get_current_timeツールが呼び出されます
ライセンス
MIT License
Related Servers
SS&C Next Generation
Connects AI agents to the SS&C Next Generation REST API to automate business processes.
Helios-9
Provides comprehensive project management context to AI agents using the Helios-9 API.
Attio MCP Server
Interact with data in Attio, the AI-native CRM, enabling AI assistants to access and manage your customer relationship information.
Think Tool
Enhances AI reasoning by providing a structured thinking environment.
Portfolio Manager MCP Server
A server providing tools and resources for managing and analyzing investment portfolios.
LimeSurvey
Manage surveys and responses in your LimeSurvey instance.
Lazy Toggl MCP
Simple unofficial MCP server to track time via Toggl API
Apple Reminders
A server for native integration with Apple Reminders on macOS.
Backlog Manager
Manage task backlogs using a file-based JSON storage system.
Make
Turn your Make scenarios into callable tools for AI assistants.