design-extract vs time
Side-by-side comparison to help you pick between these two MCP servers.
design-extract by Manavarya09 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2,640 | ★ 85,748 |
| 30d uses | — | — |
| Score | 57 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsWeb ScrapingAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | this month | this month |
design-extract · Summary
A comprehensive MCP server that extracts design systems from websites, generating tokens, components, and multi-platform outputs.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
design-extract · Use cases
- Extract and analyze design systems from existing websites for implementation in new projects
- Audit websites for design consistency, accessibility, and best practices
- Generate cross-platform design tokens and component implementations (iOS, Android, web)
- Compare design systems between multiple websites for brand consistency
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
design-extract · Install
# Install globally
npm i -g designlang
# Or as an agent skill
npx skills add Manavarya09/design-extract
# Run MCP server directly
designlang mcpFor Claude Desktop integration, add to Claude Desktop config:
{
"mcpServers": {
"design-extract": {
"command": "npx",
"args": ["designlang", "mcp"]
}
}
}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"]
}
}
}