time_test
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"time": {
"args": [
"mcp-server-time"
],
"command": "uvx"
}
}
}
可用工具 (2 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
get_current_time 1 个参数 需填 1 项
Get current time in a specific timezones
必填参数:timezone
convert_time 3 个参数 需填 3 项
Convert time between timezones
必填参数:source_timezone、time、target_timezone
服务介绍
111