Back to MCP Directory
Video Editing
Model Context Protocol moderate risk

Video Editing

This MCP server enables video editing functionalities via the Video Jungle platform, allowing users to upload, edit, search, and generate videos using LLMs.

Connections & Capabilities

Connects To

GitHub

Capabilities

readwriteexec

Quickstart

Install

npx -y @smithery/cli install video-editor-mcp --client claude

Exposed MCP Tools (8)

moderate
add-video

Adds a video file from a URL for analysis, returning a vj:// URI.

Downloads and analyzes video content, potential for malicious content.

moderate
create-videojungle-project

Creates a new project within Video Jungle to organize video editing assets.

Creates a new project, but doesn't modify existing resources.

moderate
edit-locally

Creates and downloads an OpenTimelineIO project for local editing in Davinci Resolve Studio.

Downloads a project file to the local machine.

moderate
generate-edit-from-videos

Generates a rendered video edit from a set of video files.

Generates video edits, potentially resource-intensive.

moderate
generate-edit-from-single-video

Generates a video edit from a single input video file.

Generates video edits, potentially resource-intensive.

safe
get-project-assets

Retrieves assets within a specified Video Jungle project.

Read-only operation, retrieves project assets.

safe
search-videos

Searches videos based on embeddings and keywords.

Read-only operation, searches video metadata.

moderate
update-video-edit

Updates a video edit's information, reflecting changes in Video Jungle in real time.

Modifies existing video edit information.

Safety Assessment

This server is relatively safe for read operations and non-destructive edits. However, the ability to generate and modify videos, coupled with API key authentication, introduces moderate risk. Enabling local Photos app access increases risk.

  • Requires API key for authentication.
  • No direct filesystem access except for local Photos app (optional).
  • Video editing operations are contained within the Video Jungle platform.
  • User interaction is required to initiate actions.
  • API key compromise could lead to unauthorized video editing.
  • Potential for data leakage if video content contains sensitive information.
  • Reliance on external service (Video Jungle) introduces dependency risk.
  • If LOAD_PHOTOS_DB=1, Claude has access to local video files.