MCP Catalogs
Home

luma-api-mcp vs time

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

luma-api-mcp
by lumalabs
time
by modelcontextprotocol
Stars★ 24★ 85,748
30d uses
Score3477
Official
Categories
AI / LLM ToolsMediaDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit13 mo agothis month

luma-api-mcp · Summary

An MCP server that integrates Luma AI's image and video generation capabilities through Ray and Photon models.

time · Summary

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

luma-api-mcp · Use cases

  • Create custom images with specific aspect ratios and styles for presentations
  • Generate videos from text prompts with controlled start and end frames
  • Produce marketing content combining character references with text prompts

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-api-mcp · Install

Installation

  1. Install Claude Desktop App or any MCP client
  2. Get API Key from https://lumalabs.ai/api/keys
  3. Run sh setup.sh, here it will ask for the API Key - paste it from step 2

Claude Desktop configuration:

{
  "mcpServers": {
    "luma-api": {
      "command": "python",
      "args": ["-m", "luma_api_mcp"]
    }
  }
}

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.