MoviePy MCP Server
Related Servers
Alternatives to MoviePy MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI coding agents to generate cinematic video and image assets and perform autonomous timeline assembly, multi-track audio editing, chroma-key compositing, and local draft manipulation from conversational prompts.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to edit videos through natural language, providing tools for timeline editing, audio management, rendering, and more.2MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables AI assistants to perform comprehensive video and audio editing operations including trimming, effects, overlays, audio processing, and YouTube downloads.25MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to read, edit, and export real video projects with a full multitrack timeline, effects, captions, and export capabilities.2-
- FlicenseAqualityBmaintenanceEnables AI agents to edit video using text-based proxies, motion graphics via Hyperframes, and advanced FFmpeg rendering, turning any LLM IDE into a professional video editor.4-

PixVerse MCPofficial
AlicenseNot gradedqualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.52MIT
TDQS
Scored across 42 tools
Several tools blur together: add_audio explicitly includes 'add or replace', overlapping with replace_audio; create_thumbnail and extract_frame both save a PNG frame; and create_custom_animation is a general-purpose engine that can reproduce many dedicated generators like create_bouncing_object, create_animated_scene, and create_animated_text. The editing tools are mostly distinct, but the creation tools have serious boundary confusion.
The vast majority of tools follow a clean snake_case verb_noun pattern: create_, add_, get_, trim_, resize_, merge_, etc. The only notable deviation is picture_in_picture, which uses a noun phrase without a leading verb, but overall the naming is predictable and consistent.
42 tools is well beyond the well-scoped range for an MCP server. Many of the creation tools are highly redundant template variations that could be consolidated into a smaller set, especially since create_custom_animation already provides generalized procedural animation.
The server covers a broad video editing lifecycle: importing/inspecting video, trimming, splitting, merging, transforming, audio editing, overlays, effects, and export. Minor gaps like color filters, subtitle support, or additional export formats exist, but most common video editing workflows are supported without dead ends.