Video Editing MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 186 installs a week from pypi. Last commit 9 Oct 2025.
MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
local_file = os.path.join(download_dir, f"{filename}{ext}")
subprocess.Popen(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add video-editing-mcp -- uvx video-editor-mcp
{
"mcpServers": {
"video-editing-mcp": {
"args": [
"video-editor-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.video-editing-mcp]
command = "uvx"
args = ["video-editor-mcp"]
{
"mcpServers": {
"video-editing-mcp": {
"args": [
"video-editor-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"video-editing-mcp": {
"args": [
"video-editor-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
VJ_API_KEY (Video Jungle API Key (found at https://www.video-jungle.com/user/settings)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Google Veo AI video generation
MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.
MCP server for Wan AI video generation
MCP server for Kling AI video generation
MCP server for Google Gemini image generation and editing
MCP server for Grok image generation and editing
MCP server for Google Gemini AI - text, image, video, research, and more
MCP server for ByteDance Seedance AI video generation
Answers built from our own checks of this server.