katto-mcp
Allows submitting Dailymotion videos to Katto to generate scored, captioned 9:16 clips.
Allows submitting Rumble videos to Katto to generate scored, captioned 9:16 clips.
Allows submitting Twitch streams or videos to Katto to generate scored, captioned 9:16 clips.
Allows submitting Vimeo videos to Katto to generate scored, captioned 9:16 clips.
Allows submitting YouTube videos to Katto to generate scored, captioned 9:16 clips.
Allows submitting Zoom recordings to Katto to generate scored, captioned 9:16 clips.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@katto-mcpcreate clips from this YouTube video"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
katto-mcp
MCP server for Katto — turn long videos into scored, captioned 9:16 clips from any MCP client (Claude Desktop, Cursor, Claude Code, ChatGPT, …).
It runs locally over stdio and calls the Katto REST API with your key. Nothing to host.
Setup
Create an API key at katto.tech/dashboard/api-keys.
Add the server to your MCP client config:
{
"mcpServers": {
"katto": {
"command": "npx",
"args": ["-y", "katto-mcp"],
"env": { "KATTO_API_KEY": "sk_live_..." }
}
}
}Related MCP server: AITuber MCP Server
Tools
katto_create_clip_job(url, config?)— submit a long video (YouTube, Twitch, Vimeo, Rumble, Zoom, Dailymotion). Returns a job id.katto_get_job(id)— poll untilstatusiscompleted;clipsholds the finished MP4 + caption (SRT) urls.katto_list_jobs(limit?, cursor?, status?)— list your recent jobs, newest first (keyset pagination viacursor).katto_get_clips(id)— just the finished clips of a job.katto_get_transcript(id)— the job's timestamped transcript segments ([{ start, end, text }]).katto_get_usage()— your plan and remaining monthly video quota.
Jobs draw from your Katto plan's monthly video quota (25 on Creator, 2 on Free). Videos up to 90 minutes. The underlying REST API also supports Idempotency-Key safe retries and read-only scoped keys — see the docs.
Env
var | required | default |
| yes | — |
| no |
|
Full docs: 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