时区工具包 - 全面的时间与时区解决方案

时区工具包 - 全面的时间与时区解决方案

提供高级时间与多时区处理功能的MCP服务器。

快速入门

安装

使用 npx 启动

运行以下命令快速启动: npx -y @cicatriz/timezone-toolkit@latest

配置客户端

在支持的IDE或工具中添加以下配置(如Cursor、Claude Desktop等):

{ "mcpServers": { "timezone-toolkit": { "command": "npx", "args": [ "-y", "@cicatriz/timezone-toolkit" ] } } }

常用功能示例

  • 查询当前时间:get_current_time
  • 转换时区:convert_time
  • 计算日出日落时间:calculate_sunrise_sunset

更多API参考文档 API README