Zvid
OfficialZvid's MCP server lets you plan, create, validate, render, and manage professional video and image projects via an AI agent workflow.
Creative Planning & Library
plan_creative_video— turn a brief into a storyboard, style directions, and ranked library candidates with adapt-vs-assemble decisionsfind_matching_examples— match a brief against the published examples library with ranked candidates and thumbnailsstart_from_example— fetch a render-ready project JSON with an adaptation map (variables, text/media slots, fonts)search_creative_library/get_creative_asset— search and fetch examples, templates, canvas presets, and shapes
Stock Media
list_stock_providers/search_stock_media— discover and search Pexels, Pixabay, Unsplash, Giphy, Jamendo for render-ready image, video, GIF, and audio URLs
Schema, Validation & Docs
get_project_schema/list_supported_elements/get_element_docs— retrieve live JSON schema, supported element types, and per-element field docsvalidate_project_json— check payloads for field errors and layout warnings before rendering (free, no credits)repair_project_json— auto-fix invalid payloads with an explanation of every changeget_example_payload— retrieve starter payloads for common flows
Rendering
create_render/create_image_render— queue video or still-image (PNG/JPEG/WebP) renders from project JSON or templatesrender_from_example— one-call render from a library example with new variable valuescreate_bulk_render— queue up to 500 renders from one template with per-item variable setsget_render/list_renders/get_bulk_render/list_bulk_renders— track render job status, progress, output URLs, and thumbnails
Templates
list_templates/get_template/create_template/update_template/delete_template/duplicate_template— manage reusable templatespreview_template— dry-run variable resolution and validation without spending credits
Projects
list_projects/get_project/create_project/update_project/delete_project— manage draft projects editable in the Zvid editor
Webhooks
Create, update, delete, and test HMAC-SHA256-signed webhook endpoints for
render.completedandrender.failedeventslist_webhook_deliveries— review recent delivery attempts with status and response codes
Account & Credits
get_credits— view total, subscription, and add-on credit balancesget_usage_stats— view render and credit usage over a timeframe (e.g. 7d, 30d, 90d)
Provides an official n8n workflow that enables n8n automation to use Zvid's video and image authoring and rendering capabilities, including configurable tool profiles and credit ceilings.
@zvid/mcp
Official Zvid agent and MCP server. Creator follows a quality-first workflow: plan the brief, adapt designed examples or library assets, validate exact project JSON, save a reviewable draft, then render only after approval. Automation and Developer add trusted direct operations.
Authentication
There are exactly two ways to authenticate. Every setup below uses one of them:
# | Method | Works with | What you need |
1 | OAuth — sign in with your Zvid account (recommended) | Hosted endpoint | A Zvid account and any OAuth-capable Streamable HTTP MCP client. No API key to create or paste. |
2 | API key ( | Hosted endpoint via the | A key from app.zvid.io/api-keys; Node.js ≥ 18 for stdio |
Method 1 — OAuth sign-in. Add https://mcp.zvid.io/mcp to your MCP client
and sign in when prompted. The endpoint publishes OAuth discovery metadata,
uses authorization code + PKCE with the single scope zvid:mcp, and issues
short-lived access tokens with rotating refresh tokens (revocable per
RFC 7009). This is what the client-specific instructions below use.
Method 2 — API key. Create a key at app.zvid.io/api-keys, then either:
Hosted: send it in the
X-Api-Keyheader onhttps://mcp.zvid.io/mcp— for programmatic clients that cannot run an OAuth flow, or legacy access.Local stdio / self-hosted: pass it via
ZVID_API_KEY/--api-keyas shown in Local stdio / self-hosted setup. The stdio transport is API-key only, because MCP OAuth is defined for HTTP transports.
Related MCP server: z_ai_image_gen_mcp
Hosted setup (recommended)
The hosted endpoint is https://mcp.zvid.io/mcp. It accepts both
authentication methods: OAuth sign-in (method 1 — used by the client
instructions below) and an API key in the X-Api-Key header (method 2).
Claude Code
claude mcp add --transport http zvid https://mcp.zvid.io/mcp
claude mcp login zvidYou can also open /mcp inside Claude Code and authenticate there.
OpenAI Codex
Add this to ~/.codex/config.toml, then authenticate from MCP settings or run
codex mcp login zvid:
[mcp_servers.zvid]
url = "https://mcp.zvid.io/mcp"
auth = "oauth"
scopes = ["zvid:mcp"]
oauth_resource = "https://mcp.zvid.io/mcp"The dashboard stores the default tool profile
and maximum credits per render for MCP clients. A client may connect with
concrete values in the endpoint, for example
https://mcp.zvid.io/mcp?profile=creator&maxRenderCredits=60; this is connection
configuration and cannot be changed by the model during a conversation. The
default per-render credit limit is 120, and the dashboard limit, when set, is a
hard ceiling: the effective limit is the lower of the dashboard value and the
value requested in the endpoint.
The official n8n workflow copies both dashboard defaults into its workflow JSON when downloaded. Each workflow can then choose another concrete profile and credit ceiling locally without updating the dashboard or any other workflow.
Local stdio / self-hosted setup
The npm/stdio entry point uses an API key (authentication method 2).
Configuration resolution is CLI flags, then environment, then
~/.zvid-mcp.json:
npx -y @zvid/mcp --api-key zvid_your_key_here --api-url http://localhost:4000Env var | CLI flag | Required | Default | Purpose |
|
| stdio only | — | Zvid API key |
|
| no |
| Orchestrator base URL |
|
| no |
| Tool profile |
| — | no |
| Legacy/fallback hosted limit; dashboard and explicit n8n values take precedence |
| — | no |
| Automation/developer bulk-call item ceiling |
| — | hosted | process-random | Shared HMAC secret for multi-instance quotes |
For a self-hosted OAuth deployment, keep the resource and issuer identical on both services:
Service | Variable | Production default |
Orchestrator |
|
|
Orchestrator |
|
|
Orchestrator |
|
|
MCP |
|
|
MCP |
|
|
The orchestrator also accepts OAUTH_ACCESS_TOKEN_TTL_SECONDS and
OAUTH_REFRESH_TOKEN_TTL_SECONDS; their defaults are one hour and 30 days.
From a checkout:
cd mcp && npm install && npm run build
claude mcp add zvid --env ZVID_API_KEY=zvid_your_key_here -- node /absolute/path/to/mcp/dist/index.jsDefault Creator workflow
The default creator profile is the former Advanced authoring surface. It exposes
planning, designed examples, creative-library search, stock media, schema/docs,
repair, validation, projects and templates alongside approval-aware draft tools.
Creator deliberately rejects create_media and revise_media calls that omit the
complete project payload. This prevents a weak model from improvising a poor
layout from a brief. The agent must plan, adapt or assemble an exact payload,
validate it remotely, fix every error and layout warning, and only then save the
draft. create_media remains non-spending; render_media still requires the
user-approved signed quote.
When the user asks for a reusable template rather than a one-off video or
image, create_media_template saves a parameterized project — a top-level
variables object of safe defaults referenced via {{name}} placeholders —
as a persistent tpl_… template. It returns the declared variables, a credit
estimate for rendering the untouched defaults, and an editor deep link
(https://editor.zvid.io/?template=<id>). create_media_from_template then
instantiates the template with new variable values as an approval-gated draft
with a signed quote. Neither call spends credits. In the creator profile
create_media_template requires the complete parameterized payload, mirroring
create_media.
Rendering is deliberately separate from drafting. Quote tokens are HMAC-signed, expire after 15 minutes, bind the draft ID, project version, canonical payload hash, media type and estimated credits, and are revalidated immediately before submission. An idempotency UUID prevents retry duplication.
Capability profiles
Profile | Intended use | Surface |
| Inspection |
|
| Most users | Quality authoring, libraries, validation, projects/templates and approved renders |
| Trusted workflows | Creator tools plus direct renders, capped bulk rendering and webhook operations |
| Full API development | Every registered non-destructive/raw tool |
Update and delete tools remain disabled in every profile. Stored webhook
secrets are redacted by get_webhook; only create_webhook returns a new
secret. Bulk calls default to 25 items even though the underlying API can
accept more.
The server also publishes four user-invoked workflow prompts (product promo,
social reel, thumbnail and square post) and safe MCP resources at
zvid://authoring/guidelines and zvid://account/summary.
Creator, Automation and Developer tools
The following low-level capabilities are available only in the profiles described above:
Tool | Description |
| Plan-aware storyboard and art direction from a brief — plus |
| Rank the entire published examples library against a brief (category synonyms, aspect/duration fit) and return candidates with thumbnails plus a decision: |
| Fetch an example's render-ready project JSON plus an adaptation map (variables, text/media slots, scene summary, fonts) and the adaptation contract — the premium path: keep the layout, swap copy/media/brand. Suggests free alternatives when a premium example is plan-locked |
| One-call premium render: example slug + new variable values → the server saves it as a template, dry-runs the variables, and queues the render with the designed layout fully intact. The most reliable path for smaller models |
| Search complete examples, animated Design Studio templates, canvas presets, or shapes; results include preview/thumbnail metadata when published |
| Fetch metadata and full JSON content for one creative-library item |
| Discover configured image/video/GIF/audio providers and search normalized render-ready media URLs |
| Live caller-plan-aware JSON Schema (draft 2020-12) for a project payload or full render request, plus validation notes, professional authoring guidelines, and required workflow; falls back to the bundled default schema when the endpoint is unavailable |
| Validate a payload before rendering — field-level errors, free. Also lints layout: overlapping texts, x/y ignored by presets, off-canvas boxes, padding cut-offs, low contrast. |
| All element types (IMAGE, VIDEO, GIF, SVG, TEXT, AUDIO, SUBTITLE, SCENE) with required fields |
| Per-element docs: every field, constraints, gotchas, and a valid example |
| Validated example payloads: promo video, template render, still image, subtitles, webhook flow |
| Conservative auto-fix for invalid payloads with an explanation of every change |
| Queue a video render from a project JSON ( |
| Queue a still-image render (PNG/JPEG/WebP; supports |
| Job state ( |
| List render jobs (filter by |
| One template/payload × N variable sets → N jobs (max 500) |
| Inspect bulk batches |
| Browse owned templates; |
| Create a plan-validated reusable template or make an active editable copy |
| Dry-run variable resolution + validation — costs no credits |
| Editor draft projects (open at |
| Webhook endpoints for |
| Credit balance and usage |
Schema-aware authoring
The server doesn't just forward payloads — it knows the Zvid project schema. The schema tools are backed by a shared module (../schema, vendored as src/zvidSchema.ts) that is derived from the live backend validation (orch/middleware/validation.js) and parity-tested against it, so tool answers never drift from what the API actually accepts. When public docs and these tools disagree, the tools (backend) win.
The server also advertises this workflow as MCP instructions, so compliant clients receive it at initialize time. The example-first flow for an AI client authoring a video:
plan_creative_videowith the brief, format, duration, brand and variation mode. The response includes rankedlibraryCandidatesand a decision.Decision
adapt-example:start_from_examplewith the top slug to see its variables and adaptation map, then the easiest premium path — pick new variable VALUES (copy, media URLs, brand colors) and callrender_from_example { slug, variables }; the server keeps the designed layout/animations intact. Edit the payload manually only when variables cannot express the change (keep the layout skeleton; never simplify a complex example into plain text). Manual template route:create_template→preview_template→create_render { template, variables }— variables are inert on direct payload renders.Decision
assemble-similar(or nothing close on inspection): assemble the planned scene recipes from the returneddesign-templates,canvas-presetsandshapesmodules (orsearch_creative_library). Never force an unrelated full-video template.Use
search_stock_mediafor topic-specific visuals and music for each scene — full-qualitysrcURLs, natural size ≥ the canvas.When composing, call
get_project_schema/list_supported_elements/get_element_docsfor the exact shape.Run
validate_project_json(addremote: trueto check against the caller's real plan) and fix every error and layout warning. Userepair_project_jsononly for mechanical mistakes.create_render/create_image_render, inspect a draft, revise if needed, then pollget_renderfor the final output.
For stills or quick "make something like X" requests without a full plan, start at find_matching_examples (type: "image" for stills).
Variation behavior:
consistentderives a stable seed from the brief (or acceptsvariationSeed) for reproducible automations.freshproduces one new direction and expects recent library assets to be excluded.explorereturns 2-5 materially different style/layout/storyboard directions, not recolors of one payload.
For a reusable template, replace the final render with create_template. Later use get_template to inspect it, preview_template before rendering, and duplicate_template for a safe editable copy. Update and delete mutations are intentionally not exposed as MCP tools.
Example prompts
"Create a valid Zvid JSON payload for a 10-second promo video with a headline and background music."
"Plan three genuinely different 9:16 creative directions for this product launch, avoid these recently used example slugs, then build the strongest one."
"Validate this payload before rendering and explain anything that's wrong."
"Show me the required fields for a TEXT visual."
"What subtitle animation modes does Zvid support?"
"This payload fails — repair it and tell me what you changed."
"Render a 1080p video from template tpl_… with title 'Summer Sale' and give me the link when it's done."
"Preview template tpl_… with these variables and tell me if anything fails validation."
"Create a webhook pointing at https://example.com/hooks/zvid for completed and failed renders."
"How many credits do I have left, and what did I spend this month?"
Webhook signature verification
Deliveries are signed: X-Zvid-Signature: sha256=HMAC_SHA256(secret, "<X-Zvid-Timestamp>.<raw body>"). The secret (whsec_…) is returned once by create_webhook; get_webhook redacts it.
Development
npm install
npm run build # tsc → dist/
npm test # unit + in-memory MCP round-trip tests
# real E2E against a local orchestrator:
ZVID_API_KEY=zvid_… ZVID_API_URL=http://localhost:4000 node scripts/e2e-local.mjsPublishing (manual)
Not published yet.
npm. Bump version in package.json, then npm publish from mcp/ (public access is set via publishConfig). The prepublishOnly hook builds dist/.
Official MCP Registry (registry.modelcontextprotocol.io) — lists the server for discovery in MCP-aware clients. It reads server.json; ownership of the io.zvid/* namespace is proven with a DNS TXT record on zvid.io (or switch the mcpName/server.json name to io.github.Zvid-io/zvid-mcp to verify via GitHub instead). After npm publish:
# one-time: install the publisher CLI, then log in (DNS or GitHub)
mcp-publisher login dns --domain zvid.io # or: mcp-publisher login github
mcp-publisher publish # reads ./server.jsonKeep versions in sync on every release — a mismatch blocks the registry publish. Update all three together: package.json version, server.json version, and server.json packages[0].version. The server name must match in both files: package.json mcpName == server.json name.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.Last updated49MIT- AlicenseAqualityBmaintenanceMCP server for generating images and videos using Z.AI models (GLM-Image, CogView-4, CogVideoX-3, Vidu Q1, etc.) with support for synchronous and asynchronous generation, downloads, and multiple input modes.Last updated102MIT
- AlicenseAqualityBmaintenanceMCP server for generating, editing, and batch processing videos using xAI's Grok Imagine Video API, with support for text-to-video, image-to-video, and video editing via natural language prompts.Last updated4391MIT
- AlicenseAqualityBmaintenanceMCP server for the XBrush AI media generation API, enabling image, video, audio generation, editing, and more directly from Claude Code via async polling.Last updated2169MIT
Related MCP Connectors
MCP server for Google Veo AI video generation
MCP server for Kling AI video generation
MCP server for Wan AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zvid-io/zvid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server