video editing mcp for Zed
io.github.burningion/video-editing-mcp
MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos
client:Zed
transport:stdio
runtime:pypi
Install video editing mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"video-editing-mcp": {
"command": "uvx",
"args": [
"video-editor-mcp"
],
"env": {
"VJ_API_KEY": "<VJ_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs