Pastorsimon1798/mcp-video
Video editing MCP server for AI agents. 19 tools, 276 tests, progress callbacks. Works with Claude Code, Cursor, and any MCP client.
Platform-specific configuration:
{
"mcpServers": {
"mcp-video": {
"command": "npx",
"args": [
"-y",
"mcp-video"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <a href="https://github.com/pastorsimon1798/mcp-video/actions/workflows/ci.yml"></a> <a href="https://glama.ai/mcp/servers/pastorsimon1798/mcp-video"></a> </p>
<h1 align="center">mcp-video</h1>
<p align="center"> <strong>The video editing MCP server for AI agents.</strong><br> 26 tools. 3 interfaces. Purpose-built for AI agents. </p>
<p align="center"> <a href="#quick-start">Quick Start</a> • <a href="#mcp-tools">Tools</a> • <a href="#python-client">Python API</a> • <a href="#cli">CLI</a> • <a href="#timeline-dsl">Timeline DSL</a> • <a href="#templates">Templates</a> • <a href="ROADMAP.md">Roadmap</a> • <a href="CONTRIBUTING.md">Contributing</a> </p>
---
mcp-video is an open-source video editing server built on the Model Context Protocol (MCP). It gives AI agents and any MCP-compatible client the ability to programmatically edit video files.
Think of it as ffmpeg with an API that AI agents can actually use. Instead of memorizing cryptic command-line flags, an agent calls structured tools with clear parameters and gets structured results back.
AI agents can
Loading reviews...