Time MCP Server
@katsuobushiFPGA
Time MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"time": {
"command": "node",
"args": [
"/path/to/example-mcp-server/dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Time MCP Server?
The Time MCP Server is a Model Context Protocol server that provides current time information in multiple formats (ISO, locale, Unix timestamp) with support for specified time zones, and enables searching books from the National Diet Library of Japan. It is designed for MCP clients such as Claude.
How to use Time MCP Server?
Clone the repository, run npm install and npm build, then start the server with npm start. Add the server’s built index.js path to your MCP client’s settings file (e.g., {"mcpServers":{"time":{"command":"node","args":["/path/to/example-mcp-server/dist/index.js"]}}}). Invoke tools such as get_current_time (with optional format and timezone parameters) or search_ndl_books (with required query and optional maxResults).
Key features of Time MCP Server?
- Get current time in ISO, locale, or Unix format.
- Support for specified time zones (e.g., Asia/Tokyo).
- Search books from the National Diet Library of Japan.
- Configurable maximum search results (default 10).
- Uses stdio transport, compatible with MCP clients.
Use cases of Time MCP Server?
- Fetching the current time in a specific timezone for reports or logs.
- Converting timestamps into ISO, locale, or Unix formats programmatically.
- Searching for Japanese books or authors via an MCP‑enabled assistant.
- Integrating real‑time temporal data or library lookup into AI workflows.
FAQ from Time MCP Server?
What tools does Time MCP Server provide?
It provides two tools: get_current_time for time retrieval and search_ndl_books for searching the National Diet Library catalog.
What time formats are supported?
The get_current_time tool supports three formats: "iso" (ISO 8601),
「生産性」の他のコンテンツ
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
コメント