ozor for Claude Desktop
io.github.mintii-labs/ozor
Generate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install ozor in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ozor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ozor.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs