PluginBench
MCP Server
Active
Apache-2.0

Kinocut MCP Server

io.github.KyaniteLabs/kinocut

What is the Kinocut MCP server?

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

How to install Kinocut

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kinocut": {
      "command": "uvx",
      "args": [
        "kinocut"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kinocut": {
      "command": "uvx",
      "args": [
        "kinocut"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kinocut": {
      "command": "uvx",
      "args": [
        "kinocut"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kinocut": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kinocut"
      ]
    }
  }
}
Claude Code
claude mcp add kinocut -- uvx kinocut

Related MCP servers

mcp-video

Active

Guardrailed video editing MCP server: FFmpeg tools for subtitles, audio, effects, Hyperframes.

61
Python
Apache-2.0
View repository →

Epoch

Active

Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.

2
TypeScript
Apache-2.0
View repository →