OpenCut Controller
Rank #16,273io.github.JXUE0/opencut-controller
Professional MCP server for video editing automation with OpenCut.
OpenCut Controller is a Model Context Protocol (MCP) server published by jxue0. It ranks #16,273 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. OpenCut Controller is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 1, 2026 and most recently updated on May 1, 2026.
Ranks ahead of 115,773 of 132,046 servers on MCP Toplist.
Use OpenCut Controller
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add opencut-controller -- npx -y opencut-controller[mcp_servers.opencut-controller]
command = "npx"
args = ["-y", "opencut-controller"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"opencut-controller": {
"command": "npx",
"args": [
"-y",
"opencut-controller"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"opencut-controller": {
"command": "npx",
"args": [
"-y",
"opencut-controller"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"opencut-controller": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opencut-controller"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"opencut-controller": {
"command": "npx",
"args": [
"-y",
"opencut-controller"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"opencut-controller": {
"command": "npx",
"args": [
"-y",
"opencut-controller"
]
}
}
}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.JXUE0%2Fopencut-controller)<a href="https://mcptoplist.com/server/io.github.JXUE0%2Fopencut-controller"><img src="https://mcptoplist.com/badge/io.github.JXUE0%2Fopencut-controller.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jxue0
Available versions (1)
| Version | Published |
|---|---|
| 1.30.0 | May 1, 2026 |
Frequently asked questions
- Who maintains OpenCut Controller?
- OpenCut Controller is maintained by jxue0, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is OpenCut Controller listed on the Official MCP Registry?
- Yes — OpenCut Controller is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does OpenCut Controller have?
- MCP Toplist tracks 1 version of OpenCut Controller, most recently published on May 1, 2026.
- Where can I find the source code for OpenCut Controller?
- The source code for OpenCut Controller is hosted at github.com/jxue0/opencut-controller.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.