This repository provides a server for uploading, editing, searching, and generating videos using Video Jungle, leveraging custom URIs and metadata for efficient video management and edit creation. This repository provides
This server allows users to upload, edit, search, and generate videos using an LLM and Video Jungle. Users need a Video Jungle account and API key to use the tool.
Components:
vj://
URI scheme. Each project includes a name and description. Search results provide metadata for direct edit generation.add-video
: Adds a video from a URL, returning a vj://
URI.search-videos
: Searches videos using embeddings and keywords.generate-edit-from-videos
: Generates a video edit from multiple video files.generate-edit-from-single-video
: Generates an edit from a single video file.search-local-videos
: Searches local video files using Apple's tags (requires LOAD_PHOTOS_DB=1
).Configuration:
The server requires a Video Jungle API key, passed as an argument when running the server. Local Photos app access requires setting the LOAD_PHOTOS_DB=1
environment variable.
Installation:
Installation can be done via Smithery or manually by adjusting the claude_desktop_config.json
file.
Development:
The README also provides instructions for building, publishing, and debugging the project, including using the MCP Inspector.
burningion/video-editing-mcp
December 3, 2024
March 28, 2025
Python