MCP Catalogs
Home

time vs Generative-UI-MCP

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

time
by modelcontextprotocol
Generative-UI-MCP
by op7418
Stars★ 85,748★ 52
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

time · Summary

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

Generative-UI-MCP · Summary

MCP server for generating interactive visualizations with design guidelines loaded on demand.

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

Generative-UI-MCP · Use cases

  • Generating interactive data visualizations in AI applications
  • Creating UI mockups and diagrams for documentation
  • Building AI-powered design tools with structured components

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"]
    }
  }
}

Generative-UI-MCP · Install

Auto-install via AI

Copy and paste the following prompt into your AI assistant (Claude Code, Cursor, etc.) to install automatically: > Install the generative-ui-mcp MCP server. Run npx generative-ui-mcp as a stdio MCP server. The server name should be "generative-ui".

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "generative-ui": {
      "command": "npx",
      "args": ["generative-ui-mcp"]
    }
  }
}

Other AI Tools (Cursor/Windsurf)

Add to your MCP settings (.cursor/mcp.json or equivalent):

{
  "mcpServers": {
    "generative-ui": {
      "command": "npx",
      "args": ["generative-ui-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.