current-datetime-mcp

Mizstik/current-datetime-mcp

3.2

If you are the rightful owner of current-datetime-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Current DateTime MCP is a server that allows language models to query the current date and time.

current-datetime-mcp

This is an MCP server which allows LLMs to query today's date and time. I built it as my hello-world mcp, easy to understand.

Installation

git clone https://github.com/Mizstik/current-datetime-mcp.git
cd current-datetime-mcp
npm install

Then add the following to the MCP config of your LLM frontend:

"current-datetime-mcp": {
  "command": "node",
  "args": [
    "C:\\path\\to\\current-datetime-mcp\\main.js"
  ]
}

Afterward, any model trained on tool-calling can make use of the tool.

screenshot