katto-mcp
katto-mcp
MCP-Server für Katto – verwandeln Sie lange Videos in bewertete, untertitelte 9:16-Clips von jedem MCP-Client (Claude Desktop, Cursor, Claude Code, ChatGPT, …).
Er läuft lokal über stdio und ruft die Katto-REST-API mit Ihrem Schlüssel auf. Nichts zu hosten.
Setup
Erstellen Sie einen API-Schlüssel unter katto.tech/dashboard/api-keys.
Fügen Sie den Server zu Ihrer MCP-Client-Konfiguration hinzu:
{
"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?)– reichen Sie ein langes Video ein (YouTube, Twitch, Vimeo, Rumble, Zoom, Dailymotion). Gibt eine Job-ID zurück.katto_get_job(id)– pollen Sie, bisstatuscompletedist;clipsenthält die fertigen MP4- und Untertitel-URLs (SRT).katto_list_jobs(limit?, cursor?, status?)– listet Ihre letzten Jobs auf, neueste zuerst (Keyset-Paginierung übercursor).katto_get_clips(id)– nur die fertigen Clips eines Jobs.katto_get_transcript(id)– die Zeitstempel-Transkriptsegmente des Jobs ([{ start, end, text }]).katto_get_usage()– Ihr Plan und verbleibendes monatliches Video-Kontingent.
Jobs beziehen sich auf das monatliche Video-Kontingent Ihres Katto-Plans (25 bei Creator, 2 bei Free). Videos bis zu 90 Minuten. Die zugrunde liegende REST-API unterstützt auch sichere Wiederholungen mit Idempotency-Key und schreibgeschützte Schlüssel mit eingeschränktem Umfang – siehe die Dokumentation.
Env
Variable | erforderlich | Standard |
| ja | — |
| nein |
|
Vollständige Dokumentation: 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