vbitzceo/DateUtilsMCPServer
An MCP Server to give your LLM Date tools. For example, most LLMs can't tell you the current date but giving it this MCP will give it the tools it needs for that among other things.
Platform-specific configuration:
{
"mcpServers": {
"DateUtilsMCPServer": {
"command": "npx",
"args": [
"-y",
"DateUtilsMCPServer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...