Time
HTTP-SSEMCP server providing current time in various formats for Claude desktop app.
MCP server providing current time in various formats for Claude desktop app.
A simple MCP server for getting current time in various formats. This server is designed to work with Claude desktop app on macOS.
npm install mcp-time
Start the server:
npm start
The server will start on port 3200 by default.
npm install
npm run dev
MIT License - see LICENSE for details