Connect your agent via MCP
VideoZero ships a Model Context Protocol server. Connect it to Claude, ChatGPT, Claude Code, Cursor, or any MCP-compatible agent and your agent can create videos, revise them with natural language, or author scenes directly — right from your chat.
MCP server URL
https://engine.videozero.ai/mcp Authentication uses OAuth — when your agent connects for the first time, you'll be asked to sign in with your VideoZero account.
Claude (claude.ai & Claude Desktop)
- Open Settings → Connectors.
- Click Add custom connector.
- Paste the server URL above and click Add.
- In a chat, enable VideoZero via the + menu, then ask Claude to make a video.
Custom connectors are available on all Claude plans, including Free. On Team and Enterprise plans an Owner adds the connector in the organization settings first.
Official guide: Get started with custom connectors using remote MCP
ChatGPT
The easiest way is the official VideoZero app for ChatGPT — open the link, add the app, sign in with your VideoZero account, and you're ready to ask for a video.
Alternatively, you can add VideoZero as a custom connector:
- Enable Developer mode in your ChatGPT settings.
- In Settings → Apps & Connectors, create a new connector.
- Paste the server URL above and complete the sign-in.
- In a chat, pick VideoZero from the + menu and ask for a video.
Custom connectors require a paid ChatGPT plan (Plus, Pro, Business, Enterprise, or Edu).
Official guide: Apps & connectors in ChatGPT
Claude Code
Add the server from your terminal:
claude mcp add --transport http videozero https://engine.videozero.ai/mcp
Then run /mcp inside Claude Code to authenticate.
Cursor & other MCP clients
Any client that supports remote MCP servers over HTTP works. A typical configuration entry:
{
"mcpServers": {
"videozero": {
"url": "https://engine.videozero.ai/mcp"
}
}
} What your agent can do
- Generate complete narrated videos from a prompt.
- Revise any video with natural-language instructions.
- Author and edit scenes directly for precise control.
- Search stock media and icons, and check your remaining usage.
Questions or something not working? Reach us at mail@videozero.ai.