get-date-time

matt0733/get-date-time
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Date/time tool for local LLMs (MCP server) - includes timezone conversion, Unix epoch helpers, calendar info, business days, market hours logic for trading-related tasks (NYSE/LSE/TSE/CME), and DST-correct duration math. Works with LM Studio, Claude Desktop, and any MCP-compatible host.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "get-date-time": {
      "command": "uvx",
      "args": [
        "get-date-time"
      ]
    }
  }
}

Or install with pip: pip install get-date-time

README Excerpt

A local [MCP](https://modelcontextprotocol.io/) server that gives LLMs reliable access to date, time, timezone, calendar, and financial-market information. Designed for any MCP-aware host — **LM Studio**, Claude Desktop, Claude Code, Open WebUI, Ollama bridges, etc. Speaks MCP over stdio. Built for an assistant that needs to:

Tools (1)

UTC