M

MCP授时服务

twesix/MCP_Time_Server
0 Stars 57 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "MCP_Time_Server": {
      "args": [
        "-y",
        "mcp_time_server"
      ],
      "command": "npx",
      "env": {
        "timeZone": "\u003c时区,数字格式\u003e"
      }
    }
  }
}

服务介绍

{
"mcpServers": {
"MCP_Time_Server": {
"command": "npx",
"args": [
"-y",
"mcp_time_server"
],
"env": {
"timeZone": "<时区,数字格式>"
}
}
}
}

相关 MCP 服务