Unix Timestamps MCP Server
@Ivor
关于 Unix Timestamps MCP Server
A simple MCP server that does one thing only - help your LLM to use current unix timestamps. Something that models are currently struggling with, partially due to knowledge cutoffs and not really knowing where in time they are.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"unix_timestamps_mcp": {
"command": "npx",
"args": [
"-y",
"github:Ivor/unix-timestamps-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Unix Timestamps MCP Server?
A lightweight MCP server that converts ISO 8601 date/time strings to Unix timestamps (seconds since the epoch). It’s designed for developers using MCP clients like Claude Desktop who need quick timestamp conversions.
How to use Unix Timestamps MCP Server?
Install and configure by adding the server to your MCP client’s settings file (e.g., claude_desktop_config.json) with the command npx -y github:Ivor/unix-timestamps-mcp. Then invoke the tool iso8601_to_unix(iso8601: string) via your client to get the timestamp.
Key features of Unix Timestamps MCP Server
- Converts ISO 8601 strings to Unix timestamps
- Basic input validation using JavaScript’s Date parser
- Clear error messages for invalid inputs
- Instant deployment via npx without local install
- Client configuration for Claude Desktop included
Use cases of Unix Timestamps MCP Server
- Converting a meeting time in ISO 8601 to a Unix timestamp for scripting
- Parsing API response timestamps into epoch format for programmatic use
- Integrating timestamp conversion into MCP‑based workflow tools
- Teaching Unix epoch concepts with real‑time examples in a chat client
FAQ from Unix Timestamps MCP Server
What does Unix Timestamps MCP Server do?
It provides a single tool (iso8601_to_unix) that accepts an ISO 8601 date/time string and returns the corresponding Unix timestamp (seconds since 1970‑01‑01).
What are the prerequisites?
Node.js version 18 or higher and npm (or npx) are required to run the server.
How do I configure it with Claude Desktop?
Add the entry shown in the README to your claude_desktop_config.json under mcpServers, using npx as the command and the GitHub repository as the argument.
What happens if I provide an invalid date string?
The server returns an error message explaining that the input could not be parsed as a valid ISO 8601 date/time.
Is the project licensed?
Yes, it is released under the MIT License.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论