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
{
"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