Video Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Video Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A powerful video editing MCP server that leverages FFmpeg to perform video editing operations through natural language commands.
The server implements one main tool:
execute_ffmpeg: Executes FFmpeg commands with progress tracking mcp
httpx # On macOS with Homebrew
brew install ffmpeg
# On Windows with Chocolatey
choco install ffmpeg
# On Ubuntu/Debian
sudo apt install ffmpeg uv add video-editorConfigure in your Claude Desktop config file:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"video-editor": {
"command": "uv",
"args": ["run", "video-editor"]
}
}
} uv sync uv build uv publishNote: Set PyPI credentials via:
--token or UV_PUBLISH_TOKEN--username/UV_PUBLISH_USERNAME and --password/UV_PUBLISH_PASSWORDFor the best debugging experience, use the MCP Inspector:
npx @modelcontextprotocol/inspector uv --directory /path/to/video_editor run video-editorOnce connected to Claude Desktop, you can make natural language requests like:
The server will:
The server includes robust error handling for:
All errors are reported back to the client with detailed messages for debugging.
Contributions are welcome! Please follow these steps:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.