Loading...
pip install mcp-datetime{
"mcpServers": {
"mcp-datetime": {
"command": "uvx",
"args": ["mcp-datetime"]
}
}
}get_datetimeRetrieves the current date and time, formatted according to the specified format string.
Read-only operation with no side effects beyond returning a formatted string.
This MCP server is generally safe to use as it only provides formatted date and time strings. The risk is minimal, primarily related to reliance on the system's time and the potential for unexpected formatting if the format string is manipulated.