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