Video Editor MCP Server
This server provides an interface for Large Language Models (LLMs) to interact with video content, enabling upload, edit, search, and generation functionalities using Video Jungle. It offers a custom vj://
URI scheme for accessing videos and projects, along with search capabilities that return metadata for generating video edits.
Key Features:
- Video Upload and Analysis: Upload videos from URLs, which are then analyzed for both audio and visual components.
- Search Functionality: Search videos using embeddings and keywords, with results including relevant metadata for edit generation.
- Edit Generation: Generate video edits from a set of video files or from a single video, leveraging search results and context from chat interactions.
- Local Photos App Integration: Search local video files within the MacOS Photos app using Apple's tags (requires
LOAD_PHOTOS_DB=1
environment variable). - Custom URI Scheme: Utilizes a custom
vj://
URI scheme for accessing individual videos and projects.
Use Cases:
- Automated video content creation and editing.
- Intelligent video search and retrieval based on content analysis.
- Integration with LLMs for prompt-driven video manipulation.
- Creation of video edits based on specific keywords or events within the video content.