Back to Browse

Kinocut MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Guardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.

About

Guardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.

Security Report

4.2
Use Caution4.2High Risk

Kinocut is a well-structured, open-source MCP server for local video editing with Apache-2.0 licensing and intentional guardrails. The codebase demonstrates mature security practices: no hardcoded credentials, no malicious patterns, proper input validation via Pydantic schemas, and permissions tightly scoped to video editing operations. Minor code quality findings around broad exception handling and subprocess safety do not significantly impact the score, as the server's purpose legitimately requires subprocess execution for FFmpeg and the team has implemented preflight validation before operations. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

2 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

subprocess

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kyanitelabs-kinocut": {
      "args": [
        "kinocut"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Kinocut MCP Server - Guardrailed video editing for AI agents: FFmpeg, captions, | MCP Marketplace