MCP Directory

video-edit-mcp

GitHub
Other

Comprehensive video and audio editing MCP server with advanced operations including trimming, merging, effects, overlays, format conversion, audio processing, YouTube downloads, and smart memory management for chaining operations without intermediate files

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y video-edit-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from video-edit-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "video-edit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "video-edit-mcp"
      ]
    }
  }
}

Route video-edit-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add video-edit-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use video-edit-mcp directly without routing

npx -y video-edit-mcp

New to Agent-CoreX? View setup guide →

video-edit-mcp MCP Server — Agent-CoreX