aviutl2-mcp
Related Servers
Alternatives to aviutl2-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to control video editing software (剪映/CapCut and Adobe Premiere Pro) through a unified interface, supporting operations like material import, clip splitting, subtitle addition, effects, transitions, audio mixing, and export.10MIT
- FlicenseBqualityCmaintenanceEnables LLM agents to manipulate Synthesizer V Studio 2 Pro projects, including notes, lyrics, phonemes, vocal attributes, parameters, and playback through the official Dreamtonics Scripting API.26-
- AlicenseNot gradedqualityDmaintenanceExposes the DaVinci Resolve scripting API to LLMs, enabling inspection, media import, timeline editing, markers, and render queue management through natural language.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI models to fully automate and control the OpenCut Video Editor through a comprehensive set of MCP tools for timeline manipulation, scene management, media handling, and rendering.80 npm6MIT
- 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-
- AlicenseAqualityAmaintenanceMCP server that lets LLMs drive Adobe After Effects, enabling project inspection, comp/layer mutations with undo support, JSON checkpoint/restore, and render-verification of edits.11262 npm62MIT
TDQS
Scored across 19 tools
Each tool targets a distinct resource and mode (file vs live), with 'live_' prefix clearly separating real-time operations from project-file operations. Even similar operations like add_objects and live_add_object are unambiguous due to prefix and explicit descriptions.
Tool names mostly follow a verb_noun pattern, with consistent snake_case. Minor inconsistencies include 'live_status' (noun instead of verb) and 'add_objects' being plural while other object operations are singular, but these are predictable deviations.
With 19 tools, the count is slightly above the typical well-scoped range, but each tool serves a clear purpose across project management, live editing, environment introspection, and script handling. The complexity is justified by the domain.
The server covers core CRUD for projects, objects, scenes, and scripts, plus live editing capabilities. Minor gaps exist, such as lack of render/export and explicit scene add/delete operations, but these are not critical for the intended workflow.