time vs UIUX-MCP
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | UIUX-MCP by re-rank | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30d uses | — | — |
| Score | 77 | 34 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 7 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
UIUX-MCP · Summary
KRDS UI/UX MCP Server integrates Korea's government design system with AI assistants, providing component search, design tokens, and code validation.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
UIUX-MCP · Use cases
- Assisting developers in implementing KRDS components correctly in their projects
- Validating existing code for compliance with Korean government design standards
- Helping designers and developers discover appropriate UI elements and design tokens
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}UIUX-MCP · Install
Installation
**Via Smithery (Recommended)**
npx @smithery/cli install krds-uiux-mcp-server**Manual Installation**
git clone https://github.com/your-repo/krds-uiux-mcp-server
cd krds-uiux-mcp-server
npm install
npm run build**Configuration (Claude Desktop)** Add to claude_desktop_config.json:
{
"mcpServers": {
"krds-uiux": {
"command": "node",
"args": ["/path/to/your/build/index.js"]
}
}
}