katto-mcp
katto-mcp
Katto용 MCP 서버 — 모든 MCP 클라이언트(Claude Desktop, Cursor, Claude Code, ChatGPT 등)에서 긴 영상을 점수화되고 자막이 포함된 9:16 클립으로 변환합니다.
stdio를 통해 로컬에서 실행되며 사용자의 키로 Katto REST API를 호출합니다. 호스팅할 것이 없습니다.
설정
**katto.tech/dashboard/api-keys**에서 API 키를 생성합니다.
MCP 클라이언트 설정에 서버를 추가합니다:
{
"mcpServers": {
"katto": {
"command": "npx",
"args": ["-y", "katto-mcp"],
"env": { "KATTO_API_KEY": "sk_live_..." }
}
}
}Related MCP server: AITuber MCP Server
도구
katto_create_clip_job(url, config?)— 긴 영상(YouTube, Twitch, Vimeo, Rumble, Zoom, Dailymotion)을 제출합니다. 작업 ID를 반환합니다.katto_get_job(id)—status가completed가 될 때까지 폴링합니다.clips에는 완성된 MP4 + 자막(SRT) URL이 포함됩니다.katto_list_jobs(limit?, cursor?, status?)— 최근 작업을 최신순으로 나열합니다(cursor를 통한 키셋 페이지네이션).katto_get_clips(id)— 작업의 완성된 클립만 가져옵니다.katto_get_transcript(id)— 작업의 타임스탬프가 있는 대본 세그먼트([{ start, end, text }])를 가져옵니다.katto_get_usage()— 사용자의 플랜과 남은 월간 영상 할당량을 가져옵니다.
작업은 Katto 플랜의 월간 영상 할당량을 사용합니다(Creator 25개, Free 2개). 영상은 최대 90분까지 가능합니다. 기본 REST API는 Idempotency-Key 안전 재시도와 읽기 전용 범위 키도 지원합니다 — 문서를 참조하세요.
환경 변수
변수 | 필수 | 기본값 |
| 예 | — |
| 아니요 |
|
전체 문서: 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