Skip to content
Cursor

video editing mcp for Cursor

io.github.burningion/video-editing-mcp

MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos

client:Cursor transport:stdio runtime:pypi

Install video editing mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "video-editing-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "video-editor-mcp"
      ],
      "env": {
        "VJ_API_KEY": "<VJ_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

video editing mcp in other clients