MCP Catalogs
Home

short-video-maker vs time

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

short-video-maker
by gyoridavid
time
by modelcontextprotocol
Stars★ 1,129★ 85,748
30d uses
Score5077
Official
Categories
MediaProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit11 mo agothis month

short-video-maker · Summary

An MCP server that creates short-form videos from text using TTS, captions, and background footage.

time · Summary

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

short-video-maker · Use cases

  • Content creators automatically generating short-form video content from scripts
  • Marketing teams creating social media ads at scale
  • Educators creating explainer videos with minimal technical knowledge

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

short-video-maker · Install

Installation

Docker (Recommended)

docker run -it --rm --name short-video-maker -p 3123:3123 -e LOG_LEVEL=debug -e PEXELS_API_KEY= gyoridavid/short-video-maker:latest-tiny

NPM

npm install -g @gyoridavid/short-video-maker
short-video-maker

Claude Desktop

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "short-video-maker": {
      "command": "docker",
      "args": ["run", "-it", "--rm", "--name", "short-video-maker", "-p", "3123:3123", "-e", "PEXELS_API_KEY=your_key", "gyoridavid/short-video-maker:latest-tiny"]
    }
  }
}

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.