MCP Directory

pastorsimon1798/mcp-video

GitHub
Other

Video editing MCP server with 26 tools for trimming, merging, text overlays, audio sync, filters, color grading, audio normalization, picture-in-picture, split-screen, batch processing, format conversion, subtitles, watermarks, and more. 380 tests, CI on Python 3.11+3.12, progress callbacks, works with Claude Code, Cursor, and any MCP client.

Direct install

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

uvx mcp-video

Use with Agent-CoreX

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

agent-corex.json

{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}

Route pastorsimon1798/mcp-video 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 mcp-video

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

Direct Install

Use pastorsimon1798/mcp-video directly without routing

uvx mcp-video

New to Agent-CoreX? View setup guide →

pastorsimon1798/mcp-video MCP Server — Agent-CoreX