Skip to main content
Glama

katto-mcp

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

stdioを介してローカルで実行され、あなたのキーでKatto REST APIを呼び出します。ホストするものは何もありません。

セットアップ

  1. katto.tech/dashboard/api-keys でAPIキーを作成します。

  2. 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)statuscompleted になるまでポーリングします。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_API_KEY

はい

KATTO_API_URL

いいえ

https://katto.tech

完全なドキュメント: katto.tech/docs/api

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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