katto-mcp
katto-mcp
Katto 向けのMCPサーバー — 長い動画を、スコア付き・キャプション付きの9:16クリップに変換します。あらゆるMCPクライアント(Claude Desktop、Cursor、Claude Code、ChatGPTなど)から利用できます。
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