mcp-datetime

mcp-datetime

3.1

If you are the rightful owner of mcp-datetime 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.

An MCP server that provides date and time functionality.

mcp-datetime

An MCP server that provides date and time functionality.

Features

  • Provide current date and time in ISO 8601 format

Installation

To install mcp-datetime, you'll need to have Rust and Cargo installed on your system. Then you can install it directly from GitHub using:

cargo install --git https://github.com/GeorgeHahn/mcp-datetime

MCP Setup

Add the following configuration to your MCP configuration file (typically located at ~/.cursor/mcp.json):

{
    "datetime": {
        "command": "mcp-datetime"
    }
}