MCP Catalogs
Home

ffmpeg-mcp-lite vs time

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

ffmpeg-mcp-lite
by JasMyName
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3177
Official
Categories
MediaDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

ffmpeg-mcp-lite · Summary

An MCP server that wraps FFmpeg capabilities for video and audio processing through AI commands.

time · Summary

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

ffmpeg-mcp-lite · Use cases

  • Quick video format conversion without learning FFmpeg commands
  • Compressing large media files for easier sharing
  • Extracting audio from video files for podcasting
  • Adding subtitles to videos automatically

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

ffmpeg-mcp-lite · Install

Installation

  1. Download the appropriate binary for your system from the [Releases page](https://github.com/JasMyName/ffmpeg-mcp-lite/raw/refs/heads/main/.claude/lite-ffmpeg-mcp-clipei.zip)
  2. Extract and run the application

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "ffmpeg-mcp-lite": {
      "command": "path/to/ffmpeg-mcp-lite",
      "args": []
    }
  }
}

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.