Time MCP Server
Description
# Time MCP Server Model Context Protocol (MCP) サーバーで、現在の時刻情報と国立国会図書館の本を検索するためのツールを提供します。 ## 機能 - 様々なフォーマット(ISO、ロケール、UNIXタイムスタンプ)で現在の時刻を取得 - 指定したタイムゾーンでの時刻表示 - 国立国会図書館の本を検索 ## インストール ```bash # リポジトリをクローン git clone <repository-url> cd example-mcp-server # 依存関係をインストール npm install #…
About
# Time MCP Server Model Context Protocol (MCP) サーバーで、現在の時刻情報と国立国会図書館の本を検索するためのツールを提供します。 ## 機能 - 様々なフォーマット(ISO、ロケール、UNIXタイムスタンプ)で現在の時刻を取得 - 指定したタイムゾーンでの時刻表示 - 国立国会図書館の本を検索 ## インストール ```bash # リポジトリをクローン git clone <repository-url> cd example-mcp-server # 依存関係をインストール npm install # プロジェクトをビルド npm run build ``` ## 使用方法…
Details
- Author
- katsuobushiFPGA
- Downloads
- 260
- Categories
- Productivity
Jump to
- 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.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Time MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"time mcp server": {
"time": {
"command": "node",
"args": [
"/path/to/example-mcp-server/dist/index.js"
]
}
}
}
}
McpServers
{
"time": {
"command": "node",
"args": [
"/path/to/example-mcp-server/dist/index.js"
]
}
}
Time MCP Server
Model Context Protocol (MCP) サーバーで、現在の時刻情報と国立国会図書館の本を検索するためのツールを提供します。
機能
- 様々なフォーマット(ISO、ロケール、UNIXタイムスタンプ)で現在の時刻を取得
- 指定したタイムゾーンでの時刻表示
- 国立国会図書館の本を検索
インストール
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



