What Time Is It Now - Secure MCP Server by ALMC Security 2025

What Time Is It Now

View on GitHub

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 in Productivity - Secure MCP Servers

ServerSummaryActions
MCP Handoff ServerA Model Context Protocol (MCP) server that helps AI agents hand off work to each other with structur...View
Fathom AnalyticsAn unofficial Model Context Protocol (MCP) server for accessing Fathom Analytics data through an AI...View
System Resource Monitor MCP ServerAn MCP server that provides Claude with real-time system monitoring capabilities, including CPU, mem...View
cal2prompt⚠️ This project is still experimental. Features may change without notice. Use with caution! ⚠️View
Home AssistantA Model Context Protocol (MCP) server for Home Assistant integration with Claude and other LLMs.View
Notion[!NOTE]View