katto-mcp
katto-mcp
Servidor MCP para Katto: convierte videos largos en clips 9:16 puntuados y subtitulados desde cualquier cliente MCP (Claude Desktop, Cursor, Claude Code, ChatGPT, …).
Se ejecuta localmente a través de stdio y llama a la API REST de Katto con tu clave. No requiere alojamiento.
Configuración
Crea una clave de API en katto.tech/dashboard/api-keys.
Añade el servidor a la configuración de tu cliente MCP:
{
"mcpServers": {
"katto": {
"command": "npx",
"args": ["-y", "katto-mcp"],
"env": { "KATTO_API_KEY": "sk_live_..." }
}
}
}Related MCP server: AITuber MCP Server
Herramientas
katto_create_clip_job(url, config?)— envía un video largo (YouTube, Twitch, Vimeo, Rumble, Zoom, Dailymotion). Devuelve un ID de trabajo.katto_get_job(id)— consulta hasta questatusseacompleted;clipscontiene los MP4 finalizados y las URL de los subtítulos (SRT).katto_list_jobs(limit?, cursor?, status?)— lista tus trabajos recientes, del más nuevo al más antiguo (paginación por conjunto de claves mediantecursor).katto_get_clips(id)— solo los clips finalizados de un trabajo.katto_get_transcript(id)— los segmentos de transcripción con marcas de tiempo del trabajo ([{ start, end, text }]).katto_get_usage()— tu plan y la cuota mensual de video restante.
Los trabajos consumen la cuota mensual de video de tu plan de Katto (25 en Creator, 2 en Free). Videos de hasta 90 minutos. La API REST subyacente también admite reintentos seguros con Idempotency-Key y claves de solo lectura — consulta la documentación.
Entorno
var | requerida | predeterminado |
| sí | — |
| no |
|
Documentación completa: katto.tech/docs/api
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceTurn YouTube videos into short clips — from Claude, Cursor, or any AI assistant that supports MCP. You give it a YouTube link. It finds the best moments, reframes them for vertical video, adds subtitles, and gives you download links. All from a chat.61232MIT

AITuber MCP Serverofficial
AlicenseAqualityBmaintenanceCreate AI-powered videos from any MCP-compatible client. Generate videos with AI narration, visuals, and synced captions for short-form and long-form content.21225MIT
CutPro MCPofficial
AlicenseNot gradedqualityCmaintenanceMCP server exposing the full CutPro v1 API as 34 tools for AI clients — analyze videos, submit clipping jobs, manage clips, render, and publish posts. Supports stdio, Streamable HTTP, and OAuth 2.1.461MIT- FlicenseNot gradedqualityCmaintenanceTurns long-form videos into short-form clips (TikTok/Reels) by reasoning over word-timestamped transcripts, with silence-aware rendering, STT-based validation, and optional reframing/captions.
Related MCP Connectors
Turn any video or livestream into scored, captioned, ready-to-post vertical clips.
Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
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/miracleweasel/katto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server