MCP Catalogs
Home

mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp
by magicuidesign
time
by modelcontextprotocol
Stars★ 185★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

mcp · Summary

MCP server for Magic UI component registry, enabling developers to browse and search UI components.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp · Use cases

  • Adding UI animations to web projects
  • Implementing complex UI components without manual coding
  • Discovering available Magic UI components through AI assistants

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

mcp · Install

Installation

Install using the Magic UI CLI:

npx @magicuidesign/cli@latest install <client>

Or manually add to your IDE's MCP config:

{
  "mcpServers": {
    "magicuidesign-mcp": {
      "command": "npx",
      "args": ["-y", "@magicuidesign/mcp@latest"]
    }
  }
}

This server is supported by clients like Cursor, Windsurf, Claude, Cline, and roo-cline.

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.