Generative AI-driven composition & VFX engine. AI-native video editor with GPU compositing, multi-track timeline, transitions, and MCP server for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"uploop-vided": {
"command": "npx",
"args": [
"-y",
"atomixnmc/uploop-vided"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add uploop-vided npx -y atomixnmc/uploop-vided
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"uploop-vided": {
"command": "npx",
"args": [
"-y",
"atomixnmc/uploop-vided"
]
}
}
}
📋 Copy