CursorPool
← 返回 MCP 列表

时间 MCP

提供时区转换与当前时间能力,避免模型对时间的臆测。

ModelContextProtocol·430 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-time

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "time": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-time"
      ]
    }
  }
}