time vs ui-ux-pro-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ui-ux-pro-mcp by redf0x1 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 17 |
| 30d uses | — | — |
| Score | 77 | 42 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ui-ux-pro-mcp · Summary
AI-powered UI/UX design intelligence MCP server with 1,920+ curated design resources and search tools.
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
ui-ux-pro-mcp · Use cases
- Designers searching for UI patterns and best practices for web or mobile applications
- Teams creating design systems with color palettes and typography recommendations
- Developers needing cross-platform implementation guidelines for iOS and Android
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"]
}
}
}ui-ux-pro-mcp · Install
Installation
**Option 1: NPX (Recommended)**
npx ui-ux-pro-mcp**Option 2: Global Install**
npm install -g ui-ux-pro-mcp
ui-ux-pro-mcp**Option 3: From Source**
git clone https://github.com/redf0x1/ui-ux-pro-mcp.git
cd ui-ux-pro-mcp
npm install
npm run build
npm start**Claude Desktop Configuration**
{
"mcpServers": {
"ui-ux-pro": {
"command": "npx",
"args": ["ui-ux-pro-mcp", "--stdio"]
}
}
}