Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Dora MCP.
list_modelsEvery model with its live coin cost, max duration, and whether it accepts an image or a video input. **Sorted cheapest first.
generate_videoText-to-video, image-to-video, or motion transfer from a driving clip. Returns a job id.
generate_imageText-to-image and image editing from reference photos. Returns a job id.
check_jobPolls a job and returns the finished file.
Dora Video is a hosted AI video and image generation MCP server for ChatGPT, Claude, Cursor, Google Antigravity and any other Model Context Protocol client. One OAuth-secured connection gives an agent 16 models β Google Veo 3, Kling 2.6, SeeDance 2, SeeDance 1.5 Pro, Grok Imagine, Nano Banana Pro and others β with the coin cost of each returned before anything is generated, sorted cheapest first.
Built and operated by Saga Labs. Full public specification, limitations included: https://doravideo.com/ai-video-mcp
Most video MCP servers are either a single provider, or raw infrastructure that hands your agent a job id and leaves it to build polling, retries and billing. Dora sits in between: a curated catalogue behind one account and one balance, four tools an agent can reason about in a single pass, and a finished MP4 or image at the end.
The design bet is that an agent picks better from a short list. A tool per model, or per provider, makes the tool list longer than the task.
| Tool | What it does |
|---|---|
list_models | Every model with its live coin cost, max duration, and whether it accepts an image or a video input. Sorted cheapest first. |
generate_video | Text-to-video, image-to-video, or motion transfer from a driving clip. Returns a job id. |
generate_image | Text-to-image and image editing from reference photos. Returns a job id. |
check_job | Polls a job and returns the finished file. |
Because list_models publishes prices, this works:
"Animate this product photo as a vertical ad. Use the cheapest model that can do it, tell me what it will cost, and wait for me to confirm."
Video (9): grok_1_5, seedance_1_5_pro, grok_image_to_video,
grok_text_to_video, kling_2_6, kling_2_6_motion, veo_3,
seedance_2_fast, seedance_2
Image (7): z_image, google_nano_banana, google_nano_banana_edit,
gpt4o_image, gpt_image_2, nano_banana_2, nano_banana_pro
1 Dora coin = 1 provider credit, no multiplier. Dollar figures are the coin value on the Pro plan ($15 for 1,000 coins). Verified 5 September 2026.
| Model | Configuration | Coins | On Pro |
|---|---|---|---|
z_image | 1 image | 1 | $0.02 |
google_nano_banana | 1 image | 4 | $0.06 |
nano_banana_2 | 1Kβ2K image | 8 | $0.12 |
grok_1_5 | 4s Β· 480p video, native audio | 10 | $0.15 |
seedance_1_5_pro | 4s Β· 480p video | 14 | $0.21 |
nano_banana_pro | 1Kβ2K image | 18 | $0.27 |
kling_2_6 | 5s video, no audio | 55 | $0.83 |
veo_3 | 8s video (Veo 3 Fast) | 60 | $0.90 |
seedance_2 | 4s Β· 480p video | 76 | $1.14 |
Longer durations, higher resolutions and audio scale up. list_models is
always authoritative; this table is a snapshot.
Add https://doravideo.com/mcp as a remote MCP server and approve the OAuth
prompt. OAuth 2.1 with dynamic client registration; no API key to manage.
Step-by-step guides:
For clients that only speak stdio, bin/dora-mcp.js in this repo bridges to the
same endpoint with an API key from
doravideo.com/account:
Stated here so nobody discovers it later:
list_models returns costs cheapest first
and the agent chooses; Dora does not choose for it.list_models returns the default configuration cost, not a quote for
every parameter combination.If you are building your own high-volume video backend, model infrastructure platforms are a better fit. Dora is a better fit when the goal is a finished clip with minimal integration.
| Plan | Price | Credits |
|---|---|---|
| Pro (web) | $15 / month | 1,000 / month |
| Credit packs | from $7 | 600+, never expire |
Every plan includes every model, every resolution, commercial rights and no watermark.
The same account and balance work on the web at doravideo.com and on the iPhone app. Android is in review.
The MCP server itself is hosted and closed-source. This repository is the public documentation and the stdio bridge.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dora-mcp)<a href="https://allmcps.com/mcp/dora-mcp"><img src="https://allmcps.com/api/badge/dora-mcp?style=directory" alt="Dora MCP on AllMCPs" /></a>