Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new ffmpeg-mcp server #512

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

video-creator
Copy link

FFmpeg-MCP

Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback and other functions

Support Tools

The server implements the following tools:

  • find_video_path
    The parameters are directory and file name, file name can be complete, or is not suffixed, recursive search in the directory, return the full path
  • clip_video
    The parameter is the file path, start time, end time or duration, and returns the trimmed file path
  • concat_videos
    The parameters are the list of files, the output path, and if the video elements in the list of files, such as width, height, frame rate, etc., are consistent, quick mode synthesis is automatically used

More features are coming

Installation procedure

  1. Download project
git clone  https://github.com/video-creator/ffmpeg-mcp.git
cd ffmpeg-mcp
uv sync
  1. Configuration in Cline
{
  "mcpServers": {
    "ffmpeg-mcp": {
      "autoApprove": [],
      "disabled": false,
      "timeout": 60,
      "command": "uv",
      "args": [
        "--directory",
        "/Users/xxx/Downloads/ffmpeg-mcp",
        "run",
        "ffmpeg-mcp"
      ],
      "transportType": "stdio"
    }
  }
}

Note: the value:/Users/XXX/Downloads/ffmpeg in args need to replace the actual download ffmpeg-mcp directory

@punkpeye
Copy link
Owner

punkpeye commented Apr 4, 2025

Great contribution, but

  • Please add category to the index
  • Add category description

@video-creator video-creator force-pushed the add-new-server-ffmpeg-mcp branch from 5631924 to 61c153b Compare April 4, 2025 16:38
@video-creator
Copy link
Author

Great contribution, but

  • Please add category to the index
  • Add category description

Thanks, I have fixed the problem you raised

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants