mcp.film / Video Generation / Vivideo MCP
Vivideo MCP
Hosted MCP over a multi-model video roster, with avatars, voices, and brand kits.
What it does
Vivideo's official MCP server fronts its generation API with thirteen tools: an auto mode that turns a brief into a finished video, a manual mode for shot-level control, and roster lookups for models, avatars, voices and brand kits. estimate_credits prices a job before you spend, and get_video/wait_for_video/list_videos handle the polling an agent would otherwise hand-roll. Useful when you want one connection covering generation plus voiceover, captions and brand-consistent assembly rather than wiring three servers together.
Connect
https://api.vivideo.ai/mcp
Remote headers required: Authorization. Use the local stdio command when your client cannot attach custom MCP headers.
claude mcp add --transport http vivideo https://api.vivideo.ai/mcp -h "Authorization: Bearer YOUR_API_KEY"
{
"mcpServers": {
"vivideo": {
"command": "npx",
"args": [
"-y",
"@vivideo/mcp"
],
"env": {
"VIVIDEO_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"vivideo": {
"command": "npx",
"args": [
"-y",
"@vivideo/mcp"
],
"env": {
"VIVIDEO_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
VIVIDEO_API_KEY — https://app.vivideo.ai/account/api-keys
Tools you'll see
create_auto_videocreate_manual_videolist_modelslist_avatarslist_voicesestimate_creditswait_for_videorender_previewField notes
Listed in the official MCP registry with both the npm package and the hosted remote, and the endpoint answers 405 to a GET — correct behaviour for a POST-only streamable HTTP server. Everything else is vendor-stated: the package is closed source with no public repo, so you cannot audit what the wrapper sends, and @vivideo/mcp has sat at 1.0.2 since 28 Jul 2026 while the API around it moves. The site advertises ~30 models 'including Sora 2', which OpenAI removes from its API on 2026-09-24 — call list_models before you plan a shoot around any published roster. The free tier's claim of unlimited, watermark-free generation with full commercial rights is marketing copy we could not verify against machine-readable terms; read the plan before delivering client work. Bearer keys are vv_live_-prefixed.
Pairs well with
MartiniMartini
Official
Featured
The film set for AI videos — direct entire productions from your agent.
D-ID MCP ServerD-ID
Official
D-ID's hosted MCP connecting agents to the D-ID API and docs for avatar video.
fal MCP Serverfal.ai
Official
One hosted endpoint to search, run and chain 1,000+ image, video and audio models.