MCP Catalogs
Home

ggui vs time

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

ggui
by ggui-ai
time
by modelcontextprotocol
Stars★ 16★ 85,748
30d uses
Score4277
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

ggui · Summary

ggui is an MCP-UI protocol that generates rich interactive interfaces on demand between AI agents and humans.

time · Summary

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

ggui · Use cases

  • AI agents creating custom UIs on-the-fly for user interaction
  • Building no-code interfaces for AI-powered applications
  • Replacing traditional UI development with natural language descriptions

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

ggui · Install

# Install the CLI
npm install -g @ggui-ai/cli

# Create a new server
npm create ggui-server@latest my-app
cd my-app
npm install

# Start the server
npx ggui serve

For Claude Desktop, add this to your config.json:

{
  "mcpServers": {
    "ggui": {
      "url": "http://127.0.0.1:6781/mcp",
      "headers": { "Authorization": "Bearer dev" }
    }
  }
}

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.