Skip to main content

MCP server for adding cover image/first frame and fade transitions to videos

Project description

Video Cover MCP

A Model Context Protocol (MCP) server for adding cover images (first frame) and fade transitions to videos.

Features

  • Add Cover Image: Prepend a static image as the video's cover/intro
  • Fade Transitions: Add fade-in and fade-out effects to videos
  • Flexible Duration: Configure cover display duration and transition timing

Installation

Install via uvx (recommended):

uvx video-cover-mcp

Or install via pip:

pip install video-cover-mcp

Usage

Run the MCP server:

video-cover-mcp

Requirements

  • Python >=3.12
  • FFmpeg installed on your system

Tools Available

add_cover_image

Add a cover image (first frame) to the beginning of a video.

Parameters:

  • video_path: Input video file path
  • cover_image_path: Cover image file path (supports PNG, JPG, etc.)
  • output_video_path: Output video file path
  • cover_duration: Duration to display the cover image in seconds (default: 3.0)
  • fade_duration: Fade transition duration in seconds (default: 0.5)

Example:

add_cover_image(
    video_path="/path/to/input.mp4",
    cover_image_path="/path/to/cover.jpg",
    output_video_path="/path/to/output.mp4",
    cover_duration=5.0,
    fade_duration=1.0
)

add_basic_transitions

Add fade-in or fade-out transition effects to a video.

Parameters:

  • video_path: Input video file path
  • output_video_path: Output video file path
  • transition_type: Transition type - 'fade_in' or 'fade_out'
  • duration_seconds: Transition duration in seconds (must be positive)

Example:

add_basic_transitions(
    video_path="/path/to/input.mp4",
    output_video_path="/path/to/output.mp4",
    transition_type="fade_in",
    duration_seconds=2.0
)

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcpcn_video_cover_mcp-0.1.2.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcpcn_video_cover_mcp-0.1.2-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file mcpcn_video_cover_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: mcpcn_video_cover_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for mcpcn_video_cover_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 befd8b45199e67c8a39b6d804333423701cf67629a4ccbfe4b4b37cea4fe8db4
MD5 9c90213b7a4a34acdf4724c408d2a27e
BLAKE2b-256 260a54274e34f8437e03e73dfc4d27ee8064ccb6a96667fc632ae9b789bff6f2

See more details on using hashes here.

File details

Details for the file mcpcn_video_cover_mcp-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for mcpcn_video_cover_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b6d2431040b922be54c7a847a43916a66ea5ada0731b9b0fa39181f01c77b443
MD5 8e31094a0567f1023c62ec995846ec1c
BLAKE2b-256 74f1239f0cc7b17a10f20e79255f21f5bd2456afb653a329bc7833383b9b7d9d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page