MCP Catalogs
Home

mcp-video vs time

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

mcp-video
by KyaniteLabs
time
by modelcontextprotocol
Stars★ 18★ 85,748
30d uses
Score4477
Official
Categories
MediaDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

mcp-video · Summary

Video editing MCP server with 103 tools for FFmpeg operations, AI-assisted media processing, and local repurposing.

time · Summary

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

mcp-video · Use cases

  • Automate social media content creation from longer videos
  • Produce podcast highlights with audio normalization and chapters
  • Generate cinematic videos with style scaffolding and shot 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

mcp-video · Install

Installation

Prerequisite: [FFmpeg](https://ffmpeg.org/) must be installed and available on PATH.

# macOS
brew install ffmpeg

# Ubuntu/Debian
sudo apt install ffmpeg

Run without a global install:

uvx --from mcp-video mcp-video doctor

Or install with pip:

pip install mcp-video
mcp-video doctor

Claude Desktop

{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": ["--from", "mcp-video", "mcp-video"]
    }
  }
}

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.