Skip to main content
Glama

🚀 Time MCP サーバー: LLM に時間認識機能を提供する

鍛冶屋のバッジ

LLM に時間認識機能を持たせることができるモデル コンテキスト プロトコル (MCP) サーバー実装。

ツール

  • current_time : 現在の時刻(UTCと現地時間)を取得します。

  • relative_time : 相対時間を取得する

  • get_timestamp : 時刻のタイムスタンプを取得する

  • days_in_month : 月内の日数を取得する

  • convert_time : タイムゾーン間の時間を変換する

  • get_week_year : 年内の週とisoWeekを取得する

Related MCP server: Time MCP Server

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の time-mcp を自動的にインストールするには:

npx -y @smithery/cli install @yokingma/time-mcp --client claude

手動でインストールする(オプション)

npm install -g time-mcp

npxを使用する

npx -y time-mcp

カーソル上で実行

mcp.jsonファイルは次のようになります。

{
  "mcpServers": {
    "time-mcp": {
      "command": "npx",
      "args": ["-y", "time-mcp"]
    }
  }
}

ウィンドサーフィンで走る

これを./codeium/windsurf/model_config.jsonファイルに追加します。

{
  "mcpServers": {
    "time-mcp": {
      "command": "npx",
      "args": ["-y", "time-mcp"]
    }
  }
}

ライセンス

MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
4moRelease cycle
2Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Gives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.
    6
    1,014
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides time and timezone functionality for LLMs, enabling them to get current time information across different timezones and convert times between zones.
    2
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables LLMs to get current time information for any timezone worldwide, including available regions, cities, and ISO 8601 formatted timestamps with timezone offsets.
    8
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides current time information and timezone conversion capabilities using IANA timezone names and automatic system detection. It enables LLMs to fetch current times across different regions and convert specific times between timezones.
    MIT

View all related MCP servers

Related MCP Connectors

  • A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.

  • Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.

  • A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yokingma/time-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server