# Vivideo MCP

> Hosted MCP over a multi-model video roster, with avatars, voices, and brand kits.

- **Category:** Video Generation
- **Vendor:** Vivideo (official)
- **Pricing:** freemium
- **Verified:** 2026-08-18

## 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: `https://api.vivideo.ai/mcp`
- Remote headers required: `Authorization`
- Claude Code: `claude mcp add --transport http vivideo https://api.vivideo.ai/mcp -h "Authorization: Bearer YOUR_API_KEY"`
- Local: `npx -y @vivideo/mcp`

**Auth:** api_key (env `VIVIDEO_API_KEY`) — <https://app.vivideo.ai/account/api-keys>

## Capabilities

[text-to-video](https://mcp.film/capabilities/text-to-video.md) · [image-to-video](https://mcp.film/capabilities/image-to-video.md) · [multi-model-generation](https://mcp.film/capabilities/multi-model-generation.md) · [voiceover](https://mcp.film/capabilities/voiceover.md) · [captioning](https://mcp.film/capabilities/captioning.md) · `avatars` · `brand-kits` · [cost-estimation](https://mcp.film/capabilities/cost-estimation.md)

## Sample tools

`create_auto_video` · `create_manual_video` · `list_models` · `list_avatars` · `list_voices` · `estimate_credits` · `wait_for_video` · `render_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.

## Verification

- Status: Freshly checked (checked today)
- Added: 2026-08-18
- Last verified: 2026-08-18
- Machine JSON: https://mcp.film/api/mcps/vivideo.json

## Links

- Site: https://vivideo.ai/?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=vivideo%3Asite
- Docs: https://developers.vivideo.ai/mcp?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=vivideo%3Adocs

---

Structured data: https://mcp.film/api/mcps/vivideo.json · Directory: https://mcp.film
