MCP Catalogs
Home

PopUI vs time

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

PopUI
by kelnishi
time
by modelcontextprotocol
Stars★ 8★ 85,748
30d uses
Score3277
Official
Categories
AI / LLM ToolsProductivityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit13 mo agothis month

PopUI · Summary

PopUI enables collaborative UX in Claude Desktop with bidirectional UI tools.

time · Summary

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

PopUI · Use cases

  • Control panels for refining values in the chat
  • Color pickers with swatches for discussing colors
  • Turn-based games with Claude on shared gameboards

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

PopUI · Install

  1. Download the [latest release](https://github.com/kelnishi/PopUI/releases/latest/) and launch the app.
  2. First launch will prompt installation into Claude Desktop.
  3. PopUI will then be launched automatically by Claude Desktop and connected as an MCP server.
  4. Access all created UIs from the settings window or menubar icon.

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.