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
Servidores relacionados
Sequential Story
An MCP server for problem-solving using Sequential Thinking and Sequential Story mnemonic techniques.
MCP Ashby Connector
An MCP server for integrating with the Ashby Applicant Tracking System (ATS).
Markdown to any text
Convert markdown to any text format you want
Heimdall
The all-seeing guardian for macOS: Battery, Clipboard, TTS, and File System control using Claude desktop
Lotus Wisdom
An MCP server implementation that provides a tool for problem-solving using the Lotus Sutra's wisdom framework, combining analytical thinking with intuitive wisdom.
Fathom Analytics
Access and analyze Fathom Analytics data and reports
MCP Hub
A hub server that connects to and manages other MCP servers.
Plane MCP Server
Manage projects and issues on the open-source project management platform, Plane.so.
Unreasonable Thinking Server
A tool for bold and unconventional problem-solving, generating unique solutions by branching and tracking thoughts.
Pandoc
MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, and plain text, with other formats like PDF, csv and docx in development.