damianhunziker

date-today-mcp

Community damianhunziker
Updated

date-today-mcp

Ein einfacher MCP-Server mit STDIO-Transport, der das aktuelle Datum in verschiedenen Formaten zurückgibt.

Installation

npm install
npm run build

Verwendung

# Server starten (lauscht auf STDIO)
npm start

# Entwicklungsmodus mit automatischem Neustart
npm run dev

Als 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-04
  • us - 06/04/2026
  • full - Thursday, 04. June 2026
  • short - 4.6.2026
  • long - 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-mcp

MCP Server · Populars

MCP Server · New

    WJZ-P

    Douyin Upload MCP Skill

    MCP Server

    Community WJZ-P
    pwno-io

    pwno-mcp

    MCP for Pwn

    Community pwno-io
    antoinebou12

    UML-MCP: Diagram Generation via MCP

    UML-MCP Server is a UML diagram generation tool based on MCP (Model Context Protocol), which can help users generate various types of UML diagrams through natural language description or directly writing PlantUML and Mermaid and Kroki https://uml-mcp.vercel.app/docs

    Community antoinebou12
    JeremyVyska

    BC Code Intelligence MCP Server

    BC Code Intelligence MCP Server - Persona-driven workflow orchestration for Business Central development. Provides 16+ MCP tools, layered knowledge system, and intelligent BC pattern analysis through Model Context Protocol.

    Community JeremyVyska
    noimank

    FNewsCrawler (该项目已放弃维护)

    一个专门为大模型设计的财经信息MCP(Model Context Protocol)服务,通过高效的爬虫技术从各大财经网站(同花顺、东方财富等)获取实时资讯,为AI模型提供准确、及时的财经数据支持。

    Community noimank