MCP Hub
Back to servers

Current Time

A utility MCP server that provides the current system time in JST (Japan Standard Time) using the macOS system date command.

Stars
8
Forks
1
Updated
Feb 6, 2025
Validated
Jan 11, 2026

mcp-time

A simple MCP server for getting current time in various formats. This server is designed to work with Claude desktop app on macOS.

Features

  • Get current time in YYYYMMDDHHMMSS format
  • Returns time in JST (Japan Standard Time)
  • Utilizes macOS system date command

Installation

npm install mcp-time

Usage

Start the server:

npm start

The server will start on port 3200 by default.

Development

  1. Clone the repository
  2. Install dependencies
    npm install
    
  3. Start development server
    npm run dev
    

License

MIT License - see LICENSE for details

Reviews

No reviews yet

Sign in to write a review