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
関連サーバー
Kone.vc
スポンサーMonetize your AI agent with contextual product recommendations
Whimsical MCP Server
Create Whimsical diagrams programmatically using Mermaid markup via the Whimsical API.
Jotdown
An MCP server that enables LLMs to create or update Notion pages and generate Markdown Books (mdbooks).
PocketMCP
Turn your Android phone into an MCP (Model Context Protocol) server. AI agents and desktop scripts can call your phone for live data and actions over LAN
HiveFlow
Connect AI assistants directly to the HiveFlow automation platform.
Markdown to any text
Convert markdown to any text format you want
Nexs MCP
NEXS MCP Server is a high-performance implementation of the Model Context Protocol, designed to manage AI elements with enterprise-grade architecture. Built with the official MCP Go SDK v1.1.0, it provides a robust foundation for AI system management.
Jira MCP Server
An MCP server for accessing JIRA issue data stored in Snowflake.
Open-Brain
MCP memory server that builds a knowledge graph as you capture thoughts. 16 tools. Self-hostable.
Todo MCP Server
A Todo and Task Manager server for creating, updating, and managing tasks, using a SQLite database.
Canvas MCP
Interact with Canvas LMS and Gradescope using AI agents.