Cover image
Try Now
2025-04-02

一个仅执行一件事的简单MCP服务器 - 帮助您的LLM使用当前的UNIX时间戳。模型目前正在挣扎的事情,部分原因是知识截止值,而不是真正知道它们在哪里。

3 years

Works with Finder

1

Github Watches

0

Github Forks

1

Github Stars

Unix Timestamps MCP Server

Node.js License Status

A lightweight MCP server for converting ISO 8601 date/time strings to Unix timestamps.

Features

  • ISO 8601 to Unix Timestamp Conversion: Provides a tool (iso8601_to_unix) to convert standard ISO 8601 date/time strings into Unix timestamps (seconds since the epoch).
  • Input Validation: Basic check to ensure the input string is a valid date recognized by JavaScript's Date parser.
  • Error Handling: Returns an error message if the input string is not a valid ISO 8601 date/time.

Installation

Prerequisites

  • Node.js (version 18 or higher recommended)
  • npm or npx (usually included with Node.js)

Client Configuration (Claude Desktop)

To use this server with a client like Claude Desktop, add the following configuration to your client's settings file (e.g., claude_desktop_config.json):

{
  "mcpServers": {
    "unix_timestamps_mcp": {
      "command": "npx",
      "args": ["-y", "github:Ivor/unix-timestamps-mcp"]
    }
  }
}

Usage

This server provides tools accessible via an MCP client.

Available Tools

Tool: iso8601_to_unix(iso8601: string)

Converts an ISO 8601 formatted date/time string into a Unix timestamp (seconds since epoch).

  • Input Parameter: iso8601 (string) - The date/time string in ISO 8601 format (e.g., "2024-07-26T10:00:00Z", "2024-07-26T12:00:00+02:00").

  • Output: Text containing the calculated Unix timestamp and confirmation of the parsed date. Example:

    Unix Timestamp: 1721988000
    
    Original ISO8601: 2024-07-26T10:00:00Z
    Parsed as: Fri, 26 Jul 2024 10:00:00 GMT
    
  • Error Handling: Returns an error message if the input string is not a valid ISO 8601 date/time.

Examples in Claude Desktop

  1. Configure the server as shown in the Installation section.
  2. Use the iso8601_to_unix tool in your prompts:
    • "Convert '2023-03-15T12:00:00Z' to a Unix timestamp: iso8601_to_unix(iso8601: '2023-03-15T12:00:00Z')"
    • "What is the Unix timestamp for '2024-01-01T00:00:00-05:00'? iso8601_to_unix(iso8601: '2024-01-01T00:00:00-05:00')"

License

This project is licensed under the MIT License. See the LICENSE file for details. (Please create a LICENSE file or update this section if using a different license).

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Lists Tailwind CSS classes in monospaced font

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • HiveNexus
  • 一个适用于中小型团队的AI聊天机器人,支持DeepSeek,Open AI,Claude和Gemini等车型。 专为中小团队设计的ai聊天应用,支持deepSeek,打开ai,claude,双子座等模型。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

    Reviews

    2 (1)
    Avatar
    user_B3HeNtHJ
    2025-04-16

    As a loyal user of MCP applications, I am really impressed with the unix-timestamps-mcp by Ivor. This tool is incredibly efficient for managing Unix timestamps. Its straightforward implementation and reliability have significantly streamlined my workflow. Highly recommended for anyone dealing with Unix timestamps! Check it out on GitHub.