Skip to main content
Glama

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

  1. Erstellen Sie einen API-Schlüssel unter katto.tech/dashboard/api-keys.

  2. 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, bis status completed ist; clips enthält die fertigen MP4- und Untertitel-URLs (SRT).

  • katto_list_jobs(limit?, cursor?, status?) – listet Ihre letzten Jobs auf, neueste zuerst (Keyset-Paginierung über cursor).

  • 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

KATTO_API_KEY

ja

KATTO_API_URL

nein

https://katto.tech

Vollständige Dokumentation: 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