Video Editor
Summary
This MCP server, developed by Kirk Kaiser, enables AI-assisted video editing and searching using the Video Jungle API. It provides tools for adding videos, searching video content using embeddings, and generating edits from single or multiple video files. The implementation is built in Python 3.11+ and integrates with libraries like einops, timm, and transformers for advanced video processing capabilities. It's designed for content creators and video editors who want to leverage AI to streamline their workflow, allowing for natural language queries to find relevant video clips and automate editing tasks. The server also includes an optional feature to search local video files on macOS, making it versatile for both cloud-based and local video management.
Available Actions(4)
add-video
Add a video from a URL. Returns a vj:// URI to reference the Video file.
search-videos
Search videos using embeddings. Returns video matches based upon embeddings and keywords.
generate-edit-from-videos
Generates a rendered video edit from a set of video files.
generate-edit-from-single-video
Generate an edit from a single input video file.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation