Skip to main content

A MCP server for datetime formatting and file name generation.

Project description

mcp-datetime

Python Version MCP Version License

English | 日本語

A datetime formatting service implemented as an MCP server for the Claude Desktop Application. Supports generation of datetime strings in various formats.

Features

  • ✨ Support for various datetime formats
  • 🇯🇵 Japanese language support
  • 📁 Optimized formats for filename generation
  • 🌏 Accurate timezone handling
  • 🔧 Seamless integration with Claude Desktop App

MCP Server Components

Tools

The server implements one tool:

  • get_datetime: Get current date and time in various formats
    • Takes "format" as a required string argument
    • Returns formatted datetime string based on specified format
    • Supports multiple format types including standard, Japanese, and ISO formats

Usage with Claude Desktop App

Add the following to your config file:

  • Config file location:

    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%/Claude/claude_desktop_config.json
    {
      "mcpServers": {
        "mcp-datetime": {
          "command": "uvx",
          "args": ["mcp-datetime"]
        }
      }
    }
    

About Installation

No installation is required for normal use. You can use this package by simply adding the configuration to your Claude Desktop App config file. The uvx command will automatically download and execute the package as needed.

If you need to install the package directly (e.g., for development or source code inspection), you can use one of these methods:

  • Install from PyPI

    pip install mcp-datetime
    
  • Install from GitHub Source

    git clone https://github.com/ZeparHyfar/mcp-datetime.git
    cd mcp-datetime
    pip install -e .
    
  • claude_desktop_config.json for manual installation

    {
      "mcpServers": {
        "mcp-datetime": {
          "command": "python",
          "args": ["-m", "mcp_datetime"],
          "env": {
            "PYTHON": "/path/to/your/python"
          }
        }
      }
    }
    
    • Replace "/path/to/your/python" with your actual Python interpreter path.

    • Examples:

      • MacOS: "/usr/local/bin/python3" or "/Users/username/.pyenv/versions/3.12.0/bin/python3"
      • Windows: "C:\Python312\python.exe"

Basic Examples

  • Command format

    # Standard datetime format
    call datetime-service.get_datetime {"format": "datetime"}
    # Result: 2024-12-10 00:54:01
    
    # Japanese format
    call datetime-service.get_datetime {"format": "datetime_jp"}
    # Result: 2024年12月10日 00時54分01秒
    
    # Filename format
    call datetime-service.get_datetime {"format": "filename_md"}
    # Result: 20241210005401.md
    
  • Claude Desktop App prompt examples

    • User

      Please tell me the current time in date_slash format
      
    • Claude

      I'll get the current date in date_slash format.
      
      The current date is 2024/12/12
      

Supported Formats

Format Name Example Description
date 2024-12-10 Standard date format
date_slash 2024/12/10 Date with slashes
date_jp 2024年12月10日 Japanese date format
datetime 2024-12-10 00:54:01 Standard datetime
datetime_jp 2024年12月10日 00時54分01秒 Japanese datetime
datetime_t 2024-12-10T00:54:01 DateTime with T separator
compact 20241210005401 Compact format for IDs
compact_date 20241210 Compact date only
compact_time 005401 Compact time only
filename_md 20241210005401.md Markdown filename
filename_txt 20241210005401.txt Text filename
filename_log 20241210005401.log Log filename
iso 2024-12-10T00:54:01+0900 ISO 8601 format
iso_basic 20241210T005401+0900 Basic ISO format
log 2024-12-10 00:54:01.123456 Log format with microseconds
log_compact 20241210_005401 Compact log format
time 00:54:01 Time only
time_jp 00時54分01秒 Japanese time format

Debugging

Since MCP servers run over stdio, debugging can be challenging. We recommend using the MCP Inspector:

  • Using PyPI package

    npx @modelcontextprotocol/inspector uvx mcp-datetime
    
  • Using downloaded source code from GitHub

    git clone https://github.com/ZeparHyfar/mcp-datetime.git
    npx @modelcontextprotocol/inspector uvx --directory ./mcp-datetime run mcp-datetime
    

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_datetime-0.1.2.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_datetime-0.1.2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file mcp_datetime-0.1.2.tar.gz.

File metadata

  • Download URL: mcp_datetime-0.1.2.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.4

File hashes

Hashes for mcp_datetime-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bd5c8752dbf8e8f9180e23d11549f12aec0c4c4fcdce0233d062b003ffe2ee9b
MD5 c04a38a9841ee60f495ab22092d655b4
BLAKE2b-256 79f6e7ef26e1df0541189e214889a839f20da0da5a87e36c456d611755b5d554

See more details on using hashes here.

File details

Details for the file mcp_datetime-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: mcp_datetime-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.4

File hashes

Hashes for mcp_datetime-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 30bb51a0f806d492ba3ddda29181fea37aeb6833826df60c473438d4d6044b5d
MD5 076ce4ddc3fc5b35bfa422910c130f56
BLAKE2b-256 db1c405123ead92b6e2a4c48db7b7f2bdb128c81bfff3dd3e5214bbc6868261b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page