mcp.film

mcp.film / Video Generation / Vivideo MCP

Vivideo MCP

OfficialRemoteby Vivideofreemiumverified Aug 18, 2026

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

Remote endpoint (Streamable HTTP)
https://api.vivideo.ai/mcp

Remote headers required: Authorization. Use the local stdio command when your client cannot attach custom MCP headers.

Claude Code
claude mcp add --transport http vivideo https://api.vivideo.ai/mcp -h "Authorization: Bearer YOUR_API_KEY"
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vivideo": {
      "command": "npx",
      "args": [
        "-y",
        "@vivideo/mcp"
      ],
      "env": {
        "VIVIDEO_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vivideo": {
      "command": "npx",
      "args": [
        "-y",
        "@vivideo/mcp"
      ],
      "env": {
        "VIVIDEO_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env VIVIDEO_API_KEYhttps://app.vivideo.ai/account/api-keys

Tools you'll see

create_auto_videocreate_manual_videolist_modelslist_avatarslist_voicesestimate_creditswait_for_videorender_preview

Field 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