时间 MCP
提供时区转换与当前时间能力,避免模型对时间的臆测。
ModelContextProtocol·↓ 430 次安装·1 个月前
安装命令
终端
npx -y @modelcontextprotocol/server-time在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-time"
]
}
}
}