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
Canvas MCP Server
An MCP server for Canvas LMS, providing full functionality for both students and instructors.
congressgov-mcp-server
U.S. congressional data
Bakaláři
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.
ATLAS: Task Management System
A task management system for LLM agents to manage projects, tasks, and knowledge using a Neo4j database for complex workflow automation.
Linear MCP Server
A server for interacting with the Linear project management tool using the Linear API.
Spain Legal
MCP for Spain visa, residency, nationality, NIE/TIE, and Beckham screening, with official-source references, risk flags, and structured lawyer handoff
n8n-mcp
A simple note storage system with tools to add and summarize notes using a custom note:// URI scheme.
McpMux
McpMux — configure MCP servers once, connect every AI client through one local gateway.
Goodday MCP Server
Integrate with the Goodday project management platform to manage projects, tasks, and users via its API.
Linear MCP Server
Interact with the Linear API to manage issues, projects, and teams programmatically.