time vs UIUX-MCP
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | UIUX-MCP by re-rank | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30天用量 | — | — |
| 综合分 | 77 | 34 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具效率工具AI / LLM 工具 |
| 实现语言 | TypeScript | JavaScript |
| 最近提交 | 本月 | 7 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
UIUX-MCP · 概述
KRDS UI/UX MCP服务器将韩国政府设计系统与AI助手集成,提供组件搜索、设计令牌和代码验证功能。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
UIUX-MCP · 使用场景
- 协助开发者在项目中正确实现KRDS组件
- 验证现有代码是否符合韩国政府设计标准
- 帮助设计师和开发者发现合适的UI元素和设计令牌
time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}UIUX-MCP · 安装
安装
**通过Smithery安装(推荐)**
npx @smithery/cli install krds-uiux-mcp-server**手动安装**
git clone https://github.com/your-repo/krds-uiux-mcp-server
cd krds-uiux-mcp-server
npm install
npm run build**配置(Claude Desktop)** 添加到claude_desktop_config.json:
{
"mcpServers": {
"krds-uiux": {
"command": "node",
"args": ["/path/to/your/build/index.js"]
}
}
}