Catalog
io.github.Mintii-Labs/ozor
OfficialGenerate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s.
Generate AI videos from prompts or documents and export as shareable MP4s.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
OZOR_API_KEYrequiredsecretYour Ozor API key (sk_live_...). Create one at https://ozor.ai under Settings → API Keys.
OZOR_BASE_URLOverride the Ozor API base URL (defaults to https://ozor.ai). Useful for staging.
claude_desktop_config.json
{
"mcpServers": {
"ozor": {
"command": "npx",
"args": [
"-y",
"ozor-mcp-server@2.0.1"
],
"env": {
"OZOR_API_KEY": "<YOUR_OZOR_API_KEY>",
"OZOR_BASE_URL": "<YOUR_OZOR_BASE_URL>"
}
}
}
}