io.github.JXUE0/opencut-controller
NPM · OPENCUT-CONTROLLER · SCANNED SEP 25
Professional MCP server for video editing automation with OpenCut.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security92
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
- 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 67 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 5686 tokens (~34/item across 164 items; 161 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage82
- 99% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
- 46% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 14 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "project_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 162 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.JXUE0/opencut-controller MCP server?
io.github.JXUE0/opencut-controller runs locally as an npm package, launched with npx -y opencut-controller. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · opencut-controller
claude mcp add jxue0-opencut-controller -- npx -y opencut-controller
{
"mcpServers": {
"jxue0-opencut-controller": {
"command": "npx",
"args": [
"-y",
"opencut-controller"
]
}
}
} {
"servers": {
"jxue0-opencut-controller": {
"command": "npx",
"args": [
"-y",
"opencut-controller"
]
}
}
} codex mcp add jxue0-opencut-controller -- npx -y opencut-controller
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jxue0-opencut-controller": {
"type": "local",
"command": [
"npx",
"-y",
"opencut-controller"
],
"enabled": true
}
}
} openclaw mcp add jxue0-opencut-controller --command npx --arg -y --arg opencut-controller
mcp_servers:
jxue0-opencut-controller:
command: "npx"
args: ["-y", "opencut-controller"] {
"McpServers": {
"jxue0-opencut-controller": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"opencut-controller"
]
}
}
} assistant mcp add jxue0-opencut-controller -t stdio -c npx -a -y opencut-controller
{
"mcpServers": {
"jxue0-opencut-controller": {
"command": "npx",
"args": [
"-y",
"opencut-controller"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 25 Sept 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 24 Sept 26 −3
- Stability: pass → 0.80 functional
- 23 Sept 26 0
- Stability: 0.97 → pass security
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 −2
- Stability: pass → 0.83 functional
- 17 Sept 26 0
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 25 Sept 2026 · Analysed npm/opencut-controller@1.30.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| postinstall | unreviewed | playwright install chromium |
Background: Why install scripts are a supply-chain risk →
Dependencies 97 packages
| Packages resolved | 97 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
keybinding_reset_defaults ~18
Reset all keybindings to their defaults
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
keybinding_update ~58
Update a keybinding for a specific key combination
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action name (e.g. 'toggle-play', 'undo') |
| key | string | yes | Key combination (e.g. 'ctrl+z', 'space') |
No output schema declared.
No examples provided.
keyframe_effect_param_remove ~61
Remove a keyframe from an effect parameter
| Name | Type | Req | Description |
|---|---|---|---|
| effectId | string | yes | – |
| elementId | string | yes | – |
| keyframeId | string | yes | – |
| paramKey | string | yes | – |
| trackId | string | yes | – |
No output schema declared.
No examples provided.
keyframe_effect_param_upsert ~78
Create or update a keyframe on an effect parameter
| Name | Type | Req | Description |
|---|---|---|---|
| effectId | string | yes | – |
| elementId | string | yes | – |
| interpolation | string | – | – |
| paramKey | string | yes | – |
| time | number | yes | – |
| trackId | string | yes | – |
| value | number | yes | Parameter value |
No output schema declared.
No examples provided.
keyframe_list ~33
List all keyframes for an element
| Name | Type | Req | Description |
|---|---|---|---|
| elementId | string | yes | – |
| trackId | string | yes | – |
No output schema declared.
No examples provided.
keyframe_remove ~60
Remove a keyframe from an element property by keyframe ID
| Name | Type | Req | Description |
|---|---|---|---|
| elementId | string | yes | – |
| keyframeId | string | yes | Keyframe ID to remove |
| propertyPath | string | yes | – |
| trackId | string | yes | – |
No output schema declared.
No examples provided.
keyframe_retime ~63
Move a keyframe to a new time
| Name | Type | Req | Description |
|---|---|---|---|
| elementId | string | yes | – |
| keyframeId | string | yes | – |
| propertyPath | string | yes | – |
| time | number | yes | New time in seconds |
| trackId | string | yes | – |
No output schema declared.
No examples provided.
keyframe_upsert ~92
Create or update a keyframe on an element property
| Name | Type | Req | Description |
|---|---|---|---|
| elementId | string | yes | – |
| interpolation | string | – | Interpolation type |
| propertyPath | string | yes | Property path (e.g. 'transform.x', 'opacity') |
| time | number | yes | Time in seconds |
| trackId | string | yes | – |
| value | – | yes | Keyframe value (number, string, or object) |
No output schema declared.
No examples provided.
media_add_file ~42
Add a local file as a media asset to the project by clicking the upload area
| Name | Type | Req | Description |
|---|---|---|---|
| filePath | string | yes | Absolute path to the local file to upload |
No output schema declared.
No examples provided.
media_add_to_timeline ~66
Add a media asset to the timeline at a specific track and time
| Name | Type | Req | Description |
|---|---|---|---|
| mediaId | string | yes | – |
| startTime | number | – | Start time in seconds (default: 0) |
| trackId | string | – | Target track ID (omit to auto-create) |
No output schema declared.
No examples provided.
media_clear_all ~17
Remove all media assets from the project
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
media_get ~24
Get info about a specific media asset
| Name | Type | Req | Description |
|---|---|---|---|
| mediaId | string | yes | – |
No output schema declared.
No examples provided.
media_is_loading ~17
Check if media is currently being loaded
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
media_list ~17
List all media assets in the current project
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
media_remove ~24
Remove a media asset from the project
| Name | Type | Req | Description |
|---|---|---|---|
| mediaId | string | yes | – |
No output schema declared.
No examples provided.
panel_get_active_tab ~18
Get the currently active assets panel tab
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
panel_get_sizes ~15
Get all current panel sizes
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
panel_reset ~15
Reset all panels to default sizes
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
panel_set_active_tab ~26
Set the active tab in the assets panel
| Name | Type | Req | Description |
|---|---|---|---|
| tab | string | yes | – |
No output schema declared.
No examples provided.
panel_set_media_sort ~32
Set the media sort key and order
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | – |
| order | string | yes | – |
No output schema declared.
No examples provided.
panel_set_media_view_mode ~28
Set the media view mode (grid or list)
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | yes | – |
No output schema declared.
No examples provided.
panel_set_size ~34
Set a panel's size percentage
| Name | Type | Req | Description |
|---|---|---|---|
| panelId | string | yes | – |
| size | number | yes | Size as percentage |
No output schema declared.
No examples provided.
playback_get_state ~26
Get current playback state including currentTime, volume, isPlaying, and isMuted
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
playback_mute ~13
Mute audio
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
playback_pause ~11
Pause playback
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
playback_play ~16
Start playback from the current time position
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
playback_seek ~26
Seek to a specific time in seconds
| Name | Type | Req | Description |
|---|---|---|---|
| time | number | yes | Time in seconds |
No output schema declared.
No examples provided.
playback_set_volume ~40
Set the playback volume (0.0 to 1.0)
| Name | Type | Req | Description |
|---|---|---|---|
| volume | number | yes | Volume level 0.0-1.0 |
No output schema declared.
No examples provided.
playback_stop ~17
Pause playback and seek to time 0
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
playback_toggle ~14
Toggle between play and pause
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
playback_toggle_mute ~14
Toggle mute state
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
playback_unmute ~13
Unmute audio
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_cancel_export ~15
Cancel an in-progress export
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_clear_export_state ~17
Clear the export state after completion
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_close ~19
Close the active project and navigate to the projects page
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_create ~32
Create a new project and navigate to it. Returns the new project ID.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Project name |
No output schema declared.
No examples provided.
project_delete ~25
Delete a project by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Project ID to delete |
No output schema declared.
No examples provided.
project_duplicate ~33
Duplicate one or more projects by ID. Returns the new project IDs.
| Name | Type | Req | Description |
|---|---|---|---|
| ids | array | yes | Project IDs to duplicate |
No output schema declared.
No examples provided.
project_get_active ~17
Get info about the currently active project
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_get_export_state ~24
Get the current export state (progress, isExporting, result)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_get_timeline_view_state ~26
Get the current timeline view state (zoom, scroll, playhead)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_get_total_duration ~21
Get the total duration of the active project in seconds
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_list ~15
List all saved projects with metadata
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_load ~26
Load a project by ID into the editor
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Project ID |
No output schema declared.
No examples provided.
project_rename ~24
Rename the active project
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | New project name |
No output schema declared.
No examples provided.
project_save ~14
Save the currently active project
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
project_set_timeline_view_state ~43
Set the timeline view state
| Name | Type | Req | Description |
|---|---|---|---|
| playheadTime | number | – | – |
| scrollLeft | number | – | – |
| zoomLevel | number | – | – |
No output schema declared.
No examples provided.
project_update_settings ~108
Update project settings such as FPS, canvas size, and background
| Name | Type | Req | Description |
|---|---|---|---|
| backgroundColor | string | – | Background color (hex, e.g. #000000) |
| backgroundType | string | – | Background type |
| blurIntensity | number | – | Background blur intensity |
| canvasHeight | number | – | Canvas height in pixels |
| canvasWidth | number | – | Canvas width in pixels |
| fps | number | – | Frames per second (e.g. 24, 30, 60) |
No output schema declared.
No examples provided.
scene_create ~22
Create a new scene
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Scene name |
No output schema declared.
No examples provided.
scene_delete ~23
Delete a scene by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Scene ID |
No output schema declared.
No examples provided.
What is the io.github.JXUE0/opencut-controller MCP server?
io.github.JXUE0/opencut-controller is an MCP server listed in the public MCP registry as io.github.JXUE0/opencut-controller. Professional MCP server for video editing automation with OpenCut. This page covers its npm package (opencut-controller).
Is the io.github.JXUE0/opencut-controller MCP server safe to use?
io.github.JXUE0/opencut-controller scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.JXUE0/opencut-controller MCP server expose?
io.github.JXUE0/opencut-controller exposes 161 tools: project_create, project_load, project_save, project_delete, project_list, and 156 more. Their descriptions and schemas cost roughly 5,638 tokens of context every time the server is loaded.
Is the io.github.JXUE0/opencut-controller MCP server still maintained?
io.github.JXUE0/opencut-controller is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.JXUE0/opencut-controller MCP server under?
io.github.JXUE0/opencut-controller declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.