Date-Time MCP Server
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., "@Date-Time MCP ServerWhat is the current date and time?"
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.
Date-Time MCP Server
A simple Model Context Protocol (MCP) server that provides the current date and time.
Features
Returns current date and time in ISO 8601 format
Includes Unix timestamp
Provides timezone information
Returns human-readable formatted date/time
Related MCP server: DateTime MCP Server
Installation
npm install
npm run buildUsage
With Claude Desktop
Add this to your Claude Desktop configuration file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"date-time": {
"command": "node",
"args": ["/absolute/path/to/date-time-mcp/build/index.js"]
}
}
}Testing
You can test the server using the MCP Inspector or any MCP client.
Available Tools
get_current_datetime
Returns the current date and time information.
Parameters: None
Returns:
{
"datetime": "2025-12-08T16:57:00.000Z",
"timestamp": 1733676420000,
"timezone": "America/New_York",
"formatted": "12/8/2025, 11:57:00 AM"
}Development
# Build the project
npm run build
# Watch mode for development
npm run watchLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA lightweight mcp server that tells you exactly what time is it based on your IP.Last updated19MIT
- FlicenseBqualityDmaintenanceA simple MCP server that provides accurate date and time information to Claude models, ensuring they always use the correct current date and time when creating time-sensitive content.Last updated3
- Alicense-qualityDmaintenanceProvides current local datetime information with timezone support. Serves as a minimal blueprint for building simple, single-purpose MCP servers.Last updated301MIT
- Flicense-qualityDmaintenanceA minimal MCP server that provides current time information with configurable timezone support set on the client side.Last updated
Related MCP Connectors
Timezone MCP — wraps WorldTimeAPI (free, no auth)
Time MCP server via HTTP
A basic MCP server to operate on the Postman API.
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/williamlang/date-time-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server