What is the io.github.Mintii-Labs/ozor MCP server?
Generate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s.
How to install io.github.Mintii-Labs/ozor
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"ozor": {
"command": "npx",
"args": [
"-y",
"ozor-mcp-server"
],
"env": {
"OZOR_API_KEY": "<YOUR_OZOR_API_KEY>",
"OZOR_BASE_URL": "<YOUR_OZOR_BASE_URL>"
}
}
}
}{
"mcpServers": {
"ozor": {
"command": "npx",
"args": [
"-y",
"ozor-mcp-server"
],
"env": {
"OZOR_API_KEY": "<YOUR_OZOR_API_KEY>",
"OZOR_BASE_URL": "<YOUR_OZOR_BASE_URL>"
}
}
}
}{
"mcpServers": {
"ozor": {
"command": "npx",
"args": [
"-y",
"ozor-mcp-server"
],
"env": {
"OZOR_API_KEY": "<YOUR_OZOR_API_KEY>",
"OZOR_BASE_URL": "<YOUR_OZOR_BASE_URL>"
}
}
}
}{
"servers": {
"ozor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ozor-mcp-server"
],
"env": {
"OZOR_API_KEY": "<YOUR_OZOR_API_KEY>",
"OZOR_BASE_URL": "<YOUR_OZOR_BASE_URL>"
}
}
}
}claude mcp add ozor --env OZOR_API_KEY=<YOUR_OZOR_API_KEY> --env OZOR_BASE_URL=<YOUR_OZOR_BASE_URL> -- npx -y ozor-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.