date-today-mcp
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-today-mcpwhat's today's date in ISO format?"
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-today-mcp
Ein einfacher MCP-Server mit STDIO-Transport, der das aktuelle Datum in verschiedenen Formaten zurückgibt.
Installation
npm install
npm run buildRelated MCP server: DateTime MCP Server
Verwendung
# Server starten (lauscht auf STDIO)
npm start
# Entwicklungsmodus mit automatischem Neustart
npm run devAls MCP-Server konfigurieren
Füge in deiner MCP-Konfigurationsdatei (cline_mcp_settings.json oder ähnlich) hinzu:
{
"mcpServers": {
"date-today": {
"command": "node",
"args": ["/pfad/zum/projekt/date-today-mcp/dist/index.js"]
}
}
}Oder für den Entwicklungsmodus direkt mit tsx:
{
"mcpServers": {
"date-today": {
"command": "npx",
"args": ["tsx", "/pfad/zum/projekt/date-today-mcp/src/index.ts"]
}
}
}Hinweis zu STDIO: Der Server kommuniziert über stdin/stdout per JSON-RPC. Es darf nichts auf stdout geschrieben werden, deshalb erfolgt das Logging ausschließlich auf stderr.
Tool: get_today_date
Gibt das aktuelle Datum zurück mit konfigurierbarem Format.
Parameter
Parameter | Typ | Standard | Beschreibung |
format | string | "european" | Datumsformat |
Verfügbare Formate
european- 04.06.2026 (Standard)iso- 2026-06-04us- 06/04/2026full- Thursday, 04. June 2026short- 4.6.2026long- 04. June 2026
Beispiel
{
"name": "get_today_date",
"arguments": {
"format": "european"
}
}Antwort
{
"date": "04.06.2026",
"format": "european",
"timezone": "Asia/Bangkok",
"timestamp": "2026-06-04T10:20:40.278Z"
}# date-today-mcp
# date-today-mcpMaintenance
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
- FlicenseAquality-maintenanceProvides timezone-aware date and time information with configurable time formats and timezone support. Enables users to get current date and time in their preferred timezone and format through simple MCP tools.2
- Alicense-qualityDmaintenanceProvides tools to get the current date and time in various formats (ISO, Unix timestamp, human-readable, custom) with configurable timezone support.MIT
- AlicenseAqualityDmaintenanceA lightweight MCP server providing comprehensive date, time, and day-of-week information. It supports relative time calculations, timezone conversions, and detailed calendar metadata like week numbers and quarters.51MIT
- AlicenseAqualityFmaintenanceMCP server providing various date/time functions including current time, timezone conversion, and relative time calculations. Supports both local stdio and remote HTTP access via Cloudflare Workers.64832MIT
Related MCP Connectors
Date calculator MCP.
JSON tools MCP.
Number utilities MCP.
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/damianhunziker/date-today-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server