{ "name": "katto-mcp", "version": "0.5.6", "mcpName": "io.github.miracleweasel/katto-mcp", "description": "AI video clipping MCP server: turn long videos, podcasts and Twitch VODs into scored, captioned 9:16 shorts from Claude, Cursor, ChatGPT and any MCP client.", "type": "module", "bin": { "katto-mcp": "index.mjs" }, "scripts": { "test": "node --test test/*.test.mjs" }, "files": [ "index.mjs", "README.md", "LICENSE", "SKILL.md", "QUICKSTART.md" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "katto", "video", "clips", "shorts", "ai", "ai-video-clipper", "video-to-shorts", "youtube-to-shorts", "podcast-clips", "ai-captions", "ai-video-editor", "repurpose-video", "video-dubbing" ], "homepage": "https://katto.tech/docs/api", "repository": { "type": "git", "url": "git+https://github.com/miracleweasel/katto-mcp.git" }, "bugs": { "url": "https://katto.tech/contact" }, "author": "Katto (https://katto.tech)", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" } }