WhatTimeIsIt MCP服务器
](https://smithery.ai/server/@kukapay/whattimeisit-mcp) 一个轻量级的mcp服务器,它告诉你确切的时间,由 世界时间.
安装
通过Smithery安装
通过以下方式自动安装WhatTimeIsIt for Claude Desktop 史密瑟里:
npx -y @smithery/cli install @kukapay/whattimeisit-mcp --client claude手动安装
- 克隆存储库
git clone https://github.com/kukapay/whattimeisit-mcp.git- 客户端配置
{
"mcpServers": {
"whattimeisit": {
"command": "uv",
"args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"]
}
}
}用法
MCP工具
服务器提供了一个工具:
- 工具名称:
what_time_is_it - 描述:根据您当前的IP返回当前时间字符串。
- 输出:ISO 8601格式的字符串(例如。,
"2025-03-17T03:17:00+11:00").
许可证
该项目根据MIT许可证获得许可。请参阅 许可证 文件以获取详细信息。
