A TypeScript implementation of a simple MCP server that exposes datetime information to agentic systems and chat REPLs
| Tool name | Description | Destructive? |
|---|---|---|
| get-current-time | ✓ no | |
| get-current-timezone | ✓ no | |
| get-time-in-timezone | ✓ no | |
| list-timezones | ✓ no |
{
"mcpServers": {
"odgrimmcp-datetime": {
"command": "npx",
"args": [
"-y",
"@odgrim/mcp-datetime"
]
}
}
}