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 →
api_health_check ~20
Check if the OpenCut server is running and healthy
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
api_sounds_search ~133
Search for sounds using the OpenCut Freesound API proxy
| Name | Type | Req | Description |
|---|---|---|---|
| commercial_only | boolean | – | Only commercial-use sounds (default: true) |
| min_rating | number | – | Minimum rating 0-5 (default: 3) |
| page | number | – | Page number 1-1000 (default: 1) |
| page_size | number | – | Results per page 1-150 (default: 20) |
| q | string | yes | Search query (max 500 chars) |
| sort | string | – | Sort order |
| type | string | – | Sound type (default: effects) |
No output schema declared.
No examples provided.
api_sounds_search_next_page ~77
Get the next page of sound search results
| Name | Type | Req | Description |
|---|---|---|---|
| commercial_only | boolean | – | – |
| min_rating | number | – | – |
| page | number | yes | Page number to fetch |
| page_size | number | – | – |
| q | string | yes | – |
| sort | string | – | – |
| type | string | – | – |
No output schema declared.
No examples provided.
audio_set_element_volume ~44
Set the volume of an audio element on the timeline
| Name | Type | Req | Description |
|---|---|---|---|
| elementId | string | yes | – |
| trackId | string | yes | – |
| volume | number | yes | – |
No output schema declared.
No examples provided.
audio_sound_add_to_timeline ~67
Add a sound from the library to the timeline
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | – | Duration in seconds |
| name | string | yes | Sound name |
| sourceUrl | string | yes | Sound preview/download URL |
| startTime | number | – | Start time on timeline in seconds |
No output schema declared.
No examples provided.
audio_sound_clear_saved ~18
Clear all saved sounds from the library
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
audio_sound_list_saved ~19
List all saved sounds in the user's library
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
audio_sound_remove_saved ~34
Remove a sound from the saved sounds library
| Name | Type | Req | Description |
|---|---|---|---|
| soundId | number | yes | Numeric sound ID from saved sounds list |
No output schema declared.
No examples provided.
audio_sound_save ~34
Save a sound effect to the user's saved sounds library
| Name | Type | Req | Description |
|---|---|---|---|
| soundEffect | object | yes | Sound effect object from search results |
No output schema declared.
No examples provided.
audio_sound_search ~100
Search for sound effects from the Freesound library
| Name | Type | Req | Description |
|---|---|---|---|
| commercialOnly | boolean | – | Only commercial-use sounds |
| minRating | number | – | – |
| page | number | – | Page number (default: 1) |
| pageSize | number | – | Results per page (default: 20, max: 150) |
| query | string | yes | Search query |
| sort | string | – | – |
| type | string | – | Sound type |
No output schema declared.
No examples provided.
audio_sound_toggle_commercial_filter ~21
Toggle the commercial-only filter for sound search
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
auth_check_logged_in ~19
Check if a user is currently logged in
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
auth_get_profile ~15
Get the current user's profile
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
auth_get_session ~15
Get the current authenticated session
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
auth_sign_in ~30
Sign in to an existing account
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | – | |
| password | string | yes | – |
No output schema declared.
No examples provided.
auth_sign_out ~16
Sign out of the current account
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
auth_sign_up ~42
Create a new user account
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | User email | |
| name | string | yes | Display name |
| password | string | yes | User password |
No output schema declared.
No examples provided.
bookmark_get_at_time ~30
Get the bookmark at a specific time (returns null if none)
| Name | Type | Req | Description |
|---|---|---|---|
| time | number | yes | – |
No output schema declared.
No examples provided.
bookmark_is_bookmarked ~28
Check if there is a bookmark at a specific time
| Name | Type | Req | Description |
|---|---|---|---|
| time | number | yes | – |
No output schema declared.
No examples provided.
bookmark_list ~16
List all bookmarks in the current scene
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
bookmark_move ~32
Move a bookmark to a new time
| Name | Type | Req | Description |
|---|---|---|---|
| newTime | number | yes | – |
| oldTime | number | yes | – |
No output schema declared.
No examples provided.
bookmark_remove ~23
Remove a bookmark at a specific time
| Name | Type | Req | Description |
|---|---|---|---|
| time | number | yes | – |
No output schema declared.
No examples provided.
bookmark_toggle ~38
Toggle a bookmark at the current playhead time or a specified time
| Name | Type | Req | Description |
|---|---|---|---|
| time | number | – | Time in seconds (defaults to current playhead) |
No output schema declared.
No examples provided.
bookmark_toggle_overlay ~32
Toggle the bookmark overlay visibility in the preview
| Name | Type | Req | Description |
|---|---|---|---|
| visible | boolean | – | Set visibility explicitly (omit to toggle) |
No output schema declared.
No examples provided.
bookmark_update ~54
Update a bookmark's note, color, or duration
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | Color hex |
| duration | number | – | – |
| note | string | – | – |
| time | number | yes | Bookmark time to identify it |
No output schema declared.
No examples provided.
canvas_clear_layout_guide ~17
Remove the active layout guide
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
canvas_get_settings ~20
Get current canvas settings (size, FPS, background)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
canvas_set_background ~54
Set the project background (color or blur)
| Name | Type | Req | Description |
|---|---|---|---|
| blurIntensity | number | – | Blur intensity (for type=blur) |
| color | string | – | Background color hex (for type=color) |
| type | string | yes | – |
No output schema declared.
No examples provided.
canvas_set_fps ~23
Set the project frame rate
| Name | Type | Req | Description |
|---|---|---|---|
| fps | number | yes | – |
No output schema declared.
No examples provided.
canvas_set_layout_guide ~38
Set a layout guide overlay on the preview (e.g. TikTok safe zone)
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | yes | Platform layout guide |
No output schema declared.
No examples provided.
canvas_set_size ~51
Set the canvas size for the project
| Name | Type | Req | Description |
|---|---|---|---|
| height | number | – | Height in pixels |
| preset | string | – | Use a preset instead of custom dimensions |
| width | number | – | Width in pixels |
No output schema declared.
No examples provided.
canvas_toggle_layout_guide ~27
Toggle a layout guide overlay on or off
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | yes | – |
No output schema declared.
No examples provided.
clipboard_copy ~16
Copy currently selected elements to the clipboard
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
clipboard_paste ~40
Paste elements from the clipboard at the current playhead time
| Name | Type | Req | Description |
|---|---|---|---|
| time | number | – | Time to paste at in seconds (defaults to current playhead) |
No output schema declared.
No examples provided.
export_cancel ~14
Cancel an in-progress export
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
export_clear_state ~16
Clear the export state after completion
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
export_get_progress ~17
Get the current export progress and state
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
export_project ~118
Export the current project to a video file. Polls until complete and returns export result.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | – | Output format (default: mp4) |
| fps | number | – | Override FPS for export |
| includeAudio | boolean | – | Include audio track (default: true) |
| pollIntervalMs | number | – | Polling interval in ms (default: 1000) |
| quality | string | – | Quality preset (default: high) |
| timeoutMs | number | – | Max wait time in ms (default: 300000) |
No output schema declared.
No examples provided.
export_set_fps ~30
Set the FPS for export (updates project settings)
| Name | Type | Req | Description |
|---|---|---|---|
| fps | number | yes | Frames per second |
No output schema declared.
No examples provided.
export_set_quality ~26
Set the export quality (stored as project setting)
| Name | Type | Req | Description |
|---|---|---|---|
| quality | string | yes | – |
No output schema declared.
No examples provided.
history_can_redo ~16
Check if redo is available
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
history_can_undo ~16
Check if undo is available
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
history_redo ~16
Redo the last undone action
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
history_undo ~14
Undo the last action
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
keybinding_disable ~13
Disable keybindings
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
keybinding_enable ~13
Enable keybindings
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
keybinding_export ~16
Export the current keybinding configuration
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
keybinding_get_all ~16
Get all keybinding configurations
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
keybinding_import ~26
Import a keybinding configuration
| Name | Type | Req | Description |
|---|---|---|---|
| config | object | yes | Keybinding config object |
No output schema declared.
No examples provided.
keybinding_remove ~25
Remove a keybinding for a specific key
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | – |
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.