A simple MCP server for getting current time in various formats. This server is designed to work with Claude desktop app on macOS.
- Get current time in YYYYMMDDHHMMSS format
- Returns time in JST (Japan Standard Time)
- Utilizes macOS system date command
npm install mcp-time
Start the server:
npm start
The server will start on port 3200 by default.
- Clone the repository
- Install dependencies
npm install
- Start development server
npm run dev
MIT License - see LICENSE for details