Skip to main content
The PraisonAI MCP server exposes extended-capability tools that any MCP client can call, including video generation.

Quick Start

1

Call the video tool

An MCP client invokes praisonai.videos.generate with a prompt. Omit model to use the canonical default openai/sora-2.
2

Override the model


Tool: praisonai.videos.generate

Generate a video from a text prompt and return the video URL.
The default model is openai/sora-2, the canonical default shared by the SDK VideoAgent, the video_generate capability, and the praisonai videos CLI command.

Best Practices

Omit model to use openai/sora-2. Set it only when you need a different provider route such as openai/sora-2-pro.
Always pass a full LiteLLM route. Bare names like sora are not valid routes and cause routing errors.

Videos Capability

The Python video_generate API behind this tool.

MCP Tools

Integrate MCP tools with agents.