mcp-video for Cursor
io.github.kyanitelabs/mcp-video
Compatibility package: mcp-video now installs Kinocut (formerly mcp-video).
client:Cursor
transport:stdio
runtime:pypi
Install mcp-video in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-video": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-video"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs