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).
Run
npx -y katto-mcp
MCP client config
{
"mcpServers": {
"katto": {
"command": "npx",
"args": [
"-y",
"katto-mcp"
]
}
}
}