Provides the current time in Japan Standard Time (JST).
現在時刻を取得するシンプルなModel Context Protocol (MCP) サーバー
このMCPサーバーは、AIアシスタント(Claude Code、Claude Desktopなど)から現在時刻を取得できるようにする簡単な機能を提供します。日本時間(JST)フォーマットで時刻を返します。
# MCPサーバーを追加
claude mcp add what-time-is-it-now-mcp
Claude Desktopの場合は、設定ファイル(~/Library/Application Support/Claude/claude_desktop_config.json
)に以下を追加:
{
"mcpServers": {
"what-time-is-it-now-mcp": {
"command": "what-time-is-it-now-mcp"
}
}
}
YYYY-MM-DD HH:MM:SS JST
形式の時刻文字列Claude CodeまたはClaude Desktopで以下のように使用できます:
「現在の時刻を教えて」と入力すると、get_current_timeツールが呼び出されます
MIT License
Interact with task, doc, and project data in Dart, an AI-native project management tool
Perform queries and entity operations in your Fibery workspace.
Manage and interact with Google Calendar events using the Google Calendar API.
A simple note-taking server for recording and managing notes with AI models, using AWS DynamoDB for storage.
Interact with Notion using its API. This server mirrors the Notion API SDK, allowing LLMs to manage pages, databases, and other Notion content.
A server for querying Jira issues, requiring a Jira token for authentication.
An MCP server that provides system information, such as CPU and memory usage.
Create Garmin Connect workouts using natural language.
An MCP Server Integration with Apple Shortcuts
Manage Obsidian vaults with knowledge graph operations and AI-powered features.