Video Editing MCP
Rank #4,256io.github.burningion/video-editing-mcp
MCP server providing video-editing-mcp capabilities
Video Editing MCP is a Model Context Protocol (MCP) server published by burningion. It ranks #4,256 of 115,591 servers tracked on MCP Toplist, and its repository has 288 GitHub stars. Video Editing MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Dec 9, 2024 and most recently updated on Sep 12, 2025.
Ranks ahead of 111,335 of 115,591 servers on MCP Toplist.
Use Video Editing MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add video-editing-mcp -e "VJ_API_KEY=<your VJ_API_KEY>" -- uvx video-editor-mcpReplace each placeholder with your own value before saving.
[mcp_servers.video-editing-mcp]
command = "uvx"
args = ["video-editor-mcp"]
[mcp_servers.video-editing-mcp.env]
VJ_API_KEY = "<your VJ_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"video-editing-mcp": {
"command": "uvx",
"args": [
"video-editor-mcp"
],
"env": {
"VJ_API_KEY": "<your VJ_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"video-editing-mcp": {
"command": "uvx",
"args": [
"video-editor-mcp"
],
"env": {
"VJ_API_KEY": "<your VJ_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"video-editing-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"video-editor-mcp"
],
"env": {
"VJ_API_KEY": "<your VJ_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"video-editing-mcp": {
"command": "uvx",
"args": [
"video-editor-mcp"
],
"env": {
"VJ_API_KEY": "<your VJ_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"video-editing-mcp": {
"command": "uvx",
"args": [
"video-editor-mcp"
],
"env": {
"VJ_API_KEY": "<your VJ_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.burningion%2Fvideo-editing-mcp)<a href="https://mcptoplist.com/server/io.github.burningion%2Fvideo-editing-mcp"><img src="https://mcptoplist.com/badge/io.github.burningion%2Fvideo-editing-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
burningion
Other servers by burningion
View all burningion servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Sep 12, 2025 |
| 1.0.0 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Video Editing MCP?
- Video Editing MCP is maintained by burningion, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Video Editing MCP listed on the Official MCP Registry?
- Yes — Video Editing MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Video Editing MCP have?
- MCP Toplist tracks 3 versions of Video Editing MCP, most recently published on Sep 12, 2025.
- Where can I find the source code for Video Editing MCP?
- The source code for Video Editing MCP is hosted at github.com/burningion/video-editing-mcp.