Datetime
Freeby MCP Community
A TypeScript implementation of a simple MCP server that exposes datetime information to agentic systems and chat REPLs
v0.2.0Added Apr 12, 2026
mcpdatetimetimezonemodel-context-protocol
Datetime MCP Server
A TypeScript implementation of a simple MCP server that exposes datetime information to agentic systems and chat REPLs
Installation
Reviews
Installation
Quick install
npx -y @odgrim/mcp-datetime
Add to claude_desktop_config.json
{
"mcpServers": {
"datetime": {
"command": "npx",
"args": ["-y", "@odgrim/mcp-datetime"]
}
}
}