- Explore MCP Servers
- mcp_merge_video
Mcp Merge Video
What is Mcp Merge Video
mcp_merge_video is a tool designed for merging videos with audio and GIF images. It allows users to combine a main image and music, and overlay multiple GIFs that can loop with customizable durations.
Use cases
Use cases for mcp_merge_video include creating promotional videos with background music and animated GIFs, generating engaging social media posts, and producing educational content that incorporates animated visuals.
How to use
To use mcp_merge_video, clone the repository from GitHub, navigate to the project directory, and install the required packages using pip. Configure the server settings in either stdio or sse mode to specify the working directory and command arguments.
Key features
Key features include the ability to merge video and audio, support for multiple GIF overlays, customizable loop durations for each GIF, and easy installation via pip.
Where to use
mcp_merge_video can be used in various fields such as video production, content creation for social media, and multimedia presentations where dynamic visual content is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Merge Video
mcp_merge_video is a tool designed for merging videos with audio and GIF images. It allows users to combine a main image and music, and overlay multiple GIFs that can loop with customizable durations.
Use cases
Use cases for mcp_merge_video include creating promotional videos with background music and animated GIFs, generating engaging social media posts, and producing educational content that incorporates animated visuals.
How to use
To use mcp_merge_video, clone the repository from GitHub, navigate to the project directory, and install the required packages using pip. Configure the server settings in either stdio or sse mode to specify the working directory and command arguments.
Key features
Key features include the ability to merge video and audio, support for multiple GIF overlays, customizable loop durations for each GIF, and easy installation via pip.
Where to use
mcp_merge_video can be used in various fields such as video production, content creation for social media, and multimedia presentations where dynamic visual content is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
mcp_merge_video
合成视频tool, 先读取主图和音乐,将他们合成,然后在读取GIF图片,支持多个gif图按照先后叠加,循环播放,这里面需要设置每个gif的循环时间。
具体教程:https://mp.weixin.qq.com/s/8hgI0ahxDjPztxljKVRlyg (微信公众号:mcp-sdk)
安装
git clone https://github.com/chalecao/mcp_merge_video.git
cd mcp_merge_video
pip install mcp
pip install .
配置信息
stdio模式:
{
"mcpServers": {
"merge-video-mcp": {
"command": "path-to-your-python",
"args": [
"-m",
"mcp_merge_video"
],
"env": {
"MERGE_VIDEO_WORKING_DIR": "/Users/xyz/account"
}
}
}
}
sse模式:
{
"mcpServers": {
"merge-video-mcp": {
"url": "http://127.0.0.1:9000/sse",
"env": {
"MERGE_VIDEO_WORKING_DIR": "/Users/xyz/account"
}
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










