mcpbeat Sign in

Katto MCP Server

by miracleweasel Your server? Claim it
local only

Katto MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 136 installs a week from npm. Last commit 7 Sep 2026.

AI video clipping MCP: long videos and podcasts into scored, captioned 9:16 shorts.

Installs per day peak 142 · avg 4
a month agotoday
136
Installs / week
npm · katto-mcp
2
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Katto MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add katto-mcp -- npx -y katto-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "katto-mcp": {
      "args": [
        "-y",
        "katto-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.katto-mcp]
command = "npx"
args = ["-y", "katto-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "katto-mcp": {
      "args": [
        "-y",
        "katto-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "katto-mcp": {
      "args": [
        "-y",
        "katto-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KATTO_API_KEY (Katto API key, created at https://katto.tech/dashboard/api-keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Katto MCP

same job, measured the same way
I
Vugola
by vcoder25

Clip videos into captioned shorts, add captions, and schedule posts from AI agents.

55 installs/wk answering
I
Clipzyn MCP
by letroi77

Turn podcasts and long videos into ranked, finished short clips via the hosted ClipZyn API.

answering
OpusClip
by opus-pro

Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish.

398 installs/wk answering
Clipspeed MCP
by thestockgoatballs

Turn any video or livestream into scored, captioned, ready-to-post vertical clips.

31 installs/wk answering
Keptbits
by keptbits

Turns long videos into captioned vertical clips, cut at the moments that stand on their own.

5 tools answering
OpenClip
by openclip

Turn long videos into short, captioned viral clips from your AI assistant. 28 tools, OAuth.

answering
Ssemble AI Clipping
by ssemble

Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.

102 installs/wk 9 tools answering
Clipwise
by mobileshop9991-star

MCP server for Clipwise - AI tools for TikTok, Reels, and Shorts video creators.

1 272 installs/wk local only

Katto MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Katto MCP?
Katto MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package katto-mcp was installed 136 times last week.
How do I connect Katto MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls katto-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Katto MCP?
The npm package katto-mcp was installed 136 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Katto MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.