MCP授时服务
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": "<时区,数字格式>"
}
}
}
}