Shotcut MCP
by matrodrigs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHOTCUT_PATH | No | Shotcut application executable path. | |
| SHOTCUT_MELT_PATH | No | Melt executable path. | |
| SHOTCUT_FFMPEG_PATH | No | FFmpeg executable path. | |
| SHOTCUT_FFPROBE_PATH | No | FFprobe executable path. | |
| SHOTCUT_MCP_MAX_PENDING | No | Maximum in-flight tool requests or legacy batch items, clamped to 1–256 (default 32). | |
| SHOTCUT_MCP_MAX_WORKERS | No | Concurrent MCP tool requests, clamped to 1–8 (default 4). | |
| SHOTCUT_MCP_ALLOWED_ROOTS | No | Optional PATH-separator list of canonical roots available to MCP tools. | |
| SHOTCUT_MCP_MAX_MESSAGE_BYTES | No | Maximum inbound or outbound newline-delimited MCP message size, clamped to 1 KiB–16 MiB (default 4 MiB). | |
| SHOTCUT_MCP_MAX_PROJECT_BYTES | No | Maximum saved MLT project size, clamped to 1–512 MiB (default 128 MiB). | |
| SHOTCUT_MCP_MAX_INLINE_IMAGE_BYTES | No | Maximum preview image embedded in an MCP result, clamped to the message budget (default 1 MiB; 0 disables). | |
| SHOTCUT_MCP_REQUIRE_ABSOLUTE_PATHS | No | Set to 1 to reject relative tool paths. | |
| SHOTCUT_MCP_ALLOW_NETWORK_RESOURCES | No | Set to 1 to allow HTTP/RTSP/etc. resources embedded in projects. | |
| SHOTCUT_MCP_ALLOW_UNSAFE_CONSUMER_PROPERTIES | No | Set to 1 to allow arbitrary consumer properties and sidecar formats. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matrodrigs/shotcut-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server