★ 6 stars
Python
💻 Code/Dev Tools
Updated today
Video editing MCP server for AI agents. 83 tools, 858 tests collected, 3 interfaces. Works with Claude Code, Cursor, and any MCP client. Local, fast, free.
View on GitHub →
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": {
"mcp-video": {
"command": "uvx",
"args": [
"mcp-video"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-video uvx mcp-video
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-video": {
"command": "uvx",
"args": [
"mcp-video"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-video
Topics
agent-tools ai-agents ai-video animation claude claude-code cursor ffmpeg ffmpeg-wrapper mcp mcp-server mcp-tools model-context-protocol python python-library