mcp-datetime
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-datetimeHow many days until December 25?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-datetime
MCP server with 10 date & time tools for LLMs. Timezone conversion, date math, cron explanation, business days, Unix timestamps, and more. Zero dependencies beyond the MCP SDK.
Tools
Tool | Description |
| Current time in multiple timezones |
| Convert between 60+ timezones (IANA, abbreviations, UTC offsets) |
| Add/subtract years, months, days, hours, minutes, seconds |
| Difference between dates in days, hours, weeks, business days |
| Format dates with custom tokens (YYYY-MM-DD HH:mm:ss) |
| Convert between Unix timestamps and ISO 8601 |
| Count or add business days (excludes weekends) |
| Explain cron expressions in plain English |
| Time remaining/elapsed to a target date |
| Day of week, ISO week, quarter, leap year, day of year |
Related MCP server: MCP Node Time
Quick Start
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"datetime": {
"command": "npx",
"args": ["-y", "mcp-datetime"]
}
}
}Cursor / VS Code
Add to MCP settings:
{
"mcp": {
"servers": {
"datetime": {
"command": "npx",
"args": ["-y", "mcp-datetime"]
}
}
}
}Supported Timezones
60+ timezones including:
Abbreviations: UTC, GMT, EST, EDT, CST, CDT, MST, MDT, PST, PDT, CET, CEST, IST, JST, KST, SGT, MYT, AEST, NZST, and more
IANA names: Asia/Tokyo, America/New_York, Europe/London, Australia/Sydney, etc.
UTC offsets: +05:30, -08:00, +09, etc.
Examples
"What time is it in Tokyo and New York?"
→ Uses now with ["JST", "EST"]
"Add 90 business days to March 1, 2026"
→ Uses business_days with operation: "add"
"What does 0 */6 * * * mean?"
→ Uses explain_cron → "Runs at minute 0 of every 6 hours"
"How many days until December 25?"
→ Uses countdown with target date
Part of the MCP Tools Suite
mcp-devutils — 19 developer utility tools
mcp-apitools — 7 API & HTTP tools
mcp-texttools — 8 text processing tools
mcp-mathtools — 12 math & statistics tools
mcp-datetime — 10 date & time tools ← you are here
mcp-quick-calc — 5 calculator tools: currency conversion, percentages, compound interest, unit conversion, loan payments
readmecraft — README generator
mcp-all-tools — All 60+ tools in a single MCP server
60+ MCP tools across 7 packages. Install any combination you need.
Like this? Try mcp-devutils
mcp-devutils — 44 developer tools in one MCP server. UUID, hash, JWT, JSON diff, AES encryption, and more. 15 free, unlock all 44 for $5.
License
MIT
Support
If this tool saves you time, consider supporting development:
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceThe Time MCP Server is a Model Context Protocol (MCP) server that provides AI assistants and other MCP clients with standardized tools to perform time and date-related operations. This server acts as a bridge between AI tools and a robust time-handling back12226MIT
- AlicenseAqualityDmaintenanceA MCP server that provides timezone-aware date and time operations. This server addresses the common issue where AI assistants provide incorrect date information due to timezone confusion.44MIT
- AlicenseBqualityDmaintenanceTime MCP Server is a server implementation that provides time aware capabilities for large language models, supporting functions such as obtaining current time, relative time, and timestamp conversion.62Apache 2.0
- AlicenseNot gradedqualityDmaintenanceLightweight MCP server providing system time tools (current time, date, datetime, time components, unix timestamp) for LLM applications.1MIT
Related MCP Connectors
Timezone MCP — wraps WorldTimeAPI (free, no auth)
Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hlteoh37/mcp-datetime'
If you have feedback or need assistance with the MCP directory API, please join our Discord server