★ 0 stars
Unknown language
🤖 AI/LLM
Updated today
AI-native video editor — talk to make video. Trim, zoom, caption, and assemble clips from any AI agent (Claude, Cursor, Copilot). Delivered as an MCP server + agent skill.
View on GitHub →
Try with Claude — $10 free →
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": {
"editor": {
"command": "npx",
"args": [
"-y",
"MakeMyClip/editor"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add editor npx -y MakeMyClip/editor
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"editor": {
"command": "npx",
"args": [
"-y",
"MakeMyClip/editor"
]
}
}
}
📋 Copy
Topics
chatgpt claude ffmpeg mcp typescript video-editor