获
获取时间
tanggling/simple-time-server
0 Stars
73 次浏览
更新于 2026-08-23
一个返回当前UTC时间的极简MCP服务器。
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"simple-time": {
"args": [
"simple-time-mcp@latest"
],
"command": "uvx"
}
}
}
服务介绍
Simple Time MCP Demo
极简 MCP Server,返回当前 UTC 时间。
MCP 服务配置
{
"mcpServers": {
"simple-time": {
"command": "uvx",
"args": ["simple-time-mcp@latest"]
}
}
}