Odel
Katto

Katto

Local
@miracleweasel1JavaScriptMITUpdated 5 days ago

AI video clipping MCP: long videos and podcasts into scored, captioned 9:16 shorts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkatto-mcpv0.5.4

Run

npx -y katto-mcp

MCP client config

{
  "mcpServers": {
    "katto": {
      "command": "npx",
      "args": [
        "-y",
        "katto-mcp"
      ]
    }
  }
}