katto mcp for Cursor
io.github.miracleweasel/katto-mcp
AI video clipping MCP: long videos and podcasts into scored, captioned 9:16 shorts.
client:Cursor
transport:stdio
runtime:npm
Install katto mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"katto-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"katto-mcp"
],
"env": {
"KATTO_API_KEY": "<KATTO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs