@agimon-ai/video-editor-mcp
v0.2.3
Published
MCP server for video editing with Remotion
Maintainers
Readme
video-editor
MCP server for video editing with FFmpeg/editly
Installation
pnpm installDevelopment
pnpm devBuild
pnpm buildTest
pnpm testUsage with Claude Code
Add to your Claude Code configuration:
{
"mcpServers": {
"video-editor": {
"command": "npx",
"args": ["video-editor", "mcp-serve"]
}
}
}