mcp-日期时间
English |日语
一个日期时间格式化服务,作为 Claude 桌面应用程序的 MCP 服务器实现。支持生成各种格式的日期时间字符串。
注意:此软件包仅在 macOS 上测试过。Windows 兼容性尚未验证。
先决条件
在使用 mcp-datetime 之前,请确保已安装以下工具:
- Python 3.12 或更高版本
- uv(Python 包安装程序)
- uvx(Python 包运行器)
特征
- ✨ 支持各种日期时间格式
- 🇯🇵 日语支持
- 📁 优化文件名生成格式
- 🌏 准确的时区处理
- 🔧 与 Claude 桌面应用程序无缝集成
MCP 服务器组件
工具
服务器实现了一个工具:
get_datetime
:以各种格式获取当前日期和时间- 将“格式”作为必需的字符串参数
- 根据指定格式返回格式化的日期时间字符串
- 支持多种格式类型,包括标准、日语和 ISO 格式
与 Claude 桌面应用程序一起使用
将以下内容添加到您的配置文件中:
配置文件位置(macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
关于安装
如果您需要直接安装软件包(例如,用于开发或源代码检查),您可以使用以下方法之一:
- 从 PyPI 安装
- 从 GitHub 源安装
- 手动安装的示例
claude_desktop_config.json
将“/path/to/your/python”替换为你的实际 Python 解释器路径例如,“/usr/local/bin/python3”或“/Users/username/.pyenv/versions/3.12.0/bin/python3”
基本示例
- 命令格式
- Claude 桌面应用程序提示示例
- 用户
- 克劳德
- 用户
支持的格式
格式名称 | 例子 | 描述 |
---|---|---|
日期 | 2024年12月10日 | 标准日期格式 |
日期斜线 | 2024年12月10日 | 带斜线的日期 |
date_jp | 2024年12月10日 | 日语日期格式 |
日期时间 | 2024年12月10日 00:54:01 | 标准日期时间 |
datetime_jp | 2024年12月10日 00时54分01秒 | 日语日期时间 |
datetime_t | 2024年12月10日00:54:01 | 带有 T 分隔符的日期时间 |
袖珍的 | 20241210005401 | 紧凑的身份证格式 |
compact_date | 2024年12月10日 | 仅限紧凑日期 |
紧凑时间 | 005401 | 仅限紧凑时间 |
文件名_md | 20241210005401.md | Markdown 文件名 |
文件名_txt | 20241210005401.txt | 文本文件名 |
文件名_日志 | 20241210005401.日志 | 日志文件名 |
异质 | 2024年12月10日00:54:01+0900 | ISO 8601 格式 |
iso_basic | 20241210T005401+0900 | 基本 ISO 格式 |
日志 | 2024年12月10日 00:54:01.123456 | 以微秒为单位的日志格式 |
log_compact | 20241210_005401 | 紧凑日志格式 |
时间 | 00:54:01 | 仅限时间 |
time_jp | 00时54分01秒 | 日本时间格式 |
调试
由于 MCP 服务器通过 stdio 运行,调试起来可能比较困难。我们推荐使用MCP Inspector :
- 使用 PyPI 包
- 使用从 GitHub 下载的源代码
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
一个日期时间格式化服务,作为 Claude 桌面应用程序的 MCP 服务器实现。支持生成各种格式的日期时间字符串。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that allows checking local time on the client machine or current UTC time from an NTP serverLast updated -14PythonMIT License
- -securityFlicense-qualityAn MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.Last updated -Python
- AsecurityAlicenseAqualityA Claude MCP server that allows Claude to interact with your FreeAgent account to track time, manage timers, and handle timeslip operations.Last updated -71JavaScriptMIT License
- -securityAlicense-qualityA lightweight mcp server that tells you exactly what time is it based on your IP.Last updated -8PythonMIT License