MCP.so
ログイン

Time Tools Mcp Server

@t-shiratori

Time Tools Mcp Server について

MCP server to enable AI agents to perform time-related processing, such as retrieving the current time

基本情報

カテゴリ

生産性

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

t-shiratori

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Time Tools Mcp Server?

Time Tools Mcp Server is an MCP server that provides time manipulation tools, such as retrieving the current time, converting between Unix timestamps and formatted datetimes, and calculating elapsed time. It is designed for developers who use the Model Context Protocol to integrate time-related functionality into their workflows.

How to use Time Tools Mcp Server?

Install packages with pnpm install, then build with pnpm build. Configure the server in VS Code by adding an entry to your .vscode/mcp.json or global settings, using node as the command and the absolute path to build/index.js as the argument. You can also test tools using the MCP Inspector with pnpm inspect.

Key features of Time Tools Mcp Server

  • Retrieve the current timezone of the server.
  • Retrieve the current Unix timestamp (seconds).
  • Convert Unix timestamps to formatted datetimes.
  • Convert datetime strings to Unix timestamps.
  • Get current date-time in YYYY-MM-DD or ISO 8601.
  • Calculate elapsed time between two datetime strings.

Use cases of Time Tools Mcp Server

  • Automating time tracking during task execution.
  • Converting Unix timestamps to human-readable dates for reports.
  • Calculating duration between events for performance measurement.
  • Displaying current time in a specific timezone for scheduling.
  • Logging operations with precise timestamps in multiple formats.

FAQ from Time Tools Mcp Server

What runtime dependencies does the server require?

Node.js and pnpm are required to install and build the server.

How do I install and build the server?

Run pnpm install to install packages, then pnpm build to compile

コメント

「生産性」の他のコンテンツ