MIT License
219
5

Integrations

  • Allows integration with Windsurf in Codeium, enabling time awareness capabilities for LLMs within the Codeium environment.

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

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

ツール

  • current_time : 現在の時刻(UTCと現地時間)を取得します。
  • relative_time : 相対時間を取得する
  • get_timestamp : 時刻のタイムスタンプを取得する
  • days_in_month : 月内の日数を取得する
  • convert_time : タイムゾーン間の時間を変換する
  • get_week_year : 年内の週とisoWeekを取得する

インストール

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ファイルを参照してください。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

LLMに時間認識機能を提供。LLMに時間認識機能を提供。現在時刻へのアクセス、タイムゾーンの変換、タイムスタンプの取得など、あらゆる操作を簡単に実行できます。正確な時間関連機能でアプリケーションを強化しましょう。

  1. Tools
    1. Installation
      1. Installing via Smithery
      2. Manually install (Optional)
      3. using npx
    2. Running on Cursor
      1. Running on Windsurf
        1. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Lets LLMs read and manage Google Calendar events.
            Last updated -
            19
            174
            TypeScript
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.
            Last updated -
            2
            1
            Python
          • A
            security
            A
            license
            A
            quality
            Enables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.
            Last updated -
            5
            36
            21
            JavaScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
            Last updated -
            Python

          View all related MCP servers

          ID: 32g7puvq2g