MCP Catalogs
Home

luma-mcp vs time

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

luma-mcp
by JochenYang
time
by modelcontextprotocol
Stars★ 59★ 85,748
30d uses
Score4677
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

luma-mcp · Summary

Multi-Model Visual Understanding MCP Server providing image analysis capabilities to AI coding models that don't support native vision.

time · Summary

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

luma-mcp · Use cases

  • Code analysis by providing screenshots to AI coding assistants
  • UI/UX evaluation through visual interface analysis
  • Error debugging using error message screenshots

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

luma-mcp · Install

Installation

npx -y luma-mcp

Claude Desktop Configuration

Add to your config.json:

{
  "mcpServers": {
    "luma": {
      "command": "npx",
      "args": ["-y", "luma-mcp"],
      "env": {
        "MODEL_PROVIDER": "zhipu",
        "ZHIPU_API_KEY": "your-api-key"
      }
    }
  }
}

Replace MODEL_PROVIDER and corresponding key with your chosen provider.

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.