Reliable date, time, and timezone conversions for agent workflows.
{
"mcpServers": {
"time": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-time", "--local-timezone=America/New_York"]
}
}
}
Copy this configuration and paste it into your claude_desktop_config.json or Cursor settings.
Official reference server for timezone-aware date and time operations.
Best for: scheduling agents, timestamp normalization, and locale-safe time math.
Setup: Replace America/New_York with your local timezone.