Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎥 Multimedia Process
  3. Dora Mcp
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:13:10 AM

Dora Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "dora-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dora-mcp"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🎥 More in Multimedia Process

Documentation Overview

Dora MCP

Multi-model AI image and video generator, exposed as a hosted MCP connector for Claude.

A single OAuth-secured endpoint gives Claude access to 14 image and video models through one tool surface. Cheap-first defaults, async job polling, and full-size results stored on Firebase.

  • Endpoint: https://doravideo.com/mcp
  • Landing page: doravideo.com/claude
  • iOS app: Dora on the App Store
  • Web: doravideo.com
  • Smithery: smithery.ai/server/saga-labs/dora-mcp

Models

KindModelCoin costNotes
Imagez_image10Cheapest text-to-image
Imagegoogle_nano_banana40Low-cost text-to-image
Imagegoogle_nano_banana_edit40Low-cost editing from a reference photo
Imagegpt4o_image60OpenAI GPT-4o image
Imagegpt_image_260OpenAI gpt-image-2
Imagenano_banana_2100–150Default — quality + reference photo
Imagenano_banana_pro180–240Best face preservation
Videogrok_text_to_video100–400Cheap text-to-video
Videogrok_image_to_video100–400Cheap image-to-video
Videoseedance_1_5_pro140–1800Default — solid quality, optional audio
Videokling_2_6550–2200Image-to-video with audio
Videoveo_3600Premium text-to-video (8 s)
Videoseedance_2_fast620–3960SeeDance 2 fast
Videoseedance_2760–12240SeeDance 2 — highest quality

Tools

ToolPurpose
list_modelsReturns all models cheap-first with per-call cost
generate_imageStarts an image job; accepts prompt, model, resolution, aspect_ratio, reference_image_url
generate_videoStarts a video job; accepts prompt, model, duration, resolution, aspect_ratio, with_audio, image_url
check_jobPolls a job; returns inline image content for small assets, plus a Firebase Storage URL

Async model: generate_* returns a job_id immediately. Call check_job until status is done. Image results are returned inline (base64) when the asset fits the API limit (~3.5 MB raw); larger images and all videos return a full-size URL.

Authentication

OAuth 2.1 with:

  • PKCE (RFC 7636)
  • Dynamic Client Registration (RFC 7591)
  • Refresh tokens

No pre-shared API keys. Standard OAuth flow handled by the MCP client.

Adding the connector

Claude Code

Terminal
claude mcp add dora https://doravideo.com/mcp

You'll be prompted to authorize via browser the first time.

claude.ai (custom connector)

Settings → Connectors → Add custom connector → URL https://doravideo.com/mcp → authorize when prompted.

Pricing

Generations are paid in coins. Free tier gets a small starter balance; subscriptions add monthly coin packs. See doravideo.com/pricing.

Safety

Prompts are filtered for CSAM patterns at the API gateway before any model call. Generated assets are stored on Firebase Storage in the user's account scope.

Status

Live in production since May 2026. Same backend serves the Dora iOS app (paid product on the App Store) and the doravideo.com web app.

Contact

  • Email: sagalabs@proton.me
  • Issues: open an issue on this repo

License

MIT — see LICENSE.

Related MCP Servers

View all in Multimedia Process View all alternatives
  • S
    Switch

    Generate, manage and explore your Switch AI image and video library, scoped to your account.

    🎥 Multimedia Process0 views
    Compare vs Switch →
  • F
    Filtrix AI MCP

    Filtrix MCP for image/video generation. Portal: https://agent.filtrix.ai/

    🎥 Multimedia Process0 views
    Compare vs Filtrix AI MCP →
  • К
    Клод Кот — генерация изображений и видео

    Best Image and video generation: 20+ models (Kling, Seedance, Veo, NB, FLUX.2), OAuth, pay-per-use.

    🎥 Multimedia Process0 views
    Compare vs Клод Кот — генерация изображений и видео →
  • Claude Real Video logoClaude Real Video

    Let any LLM actually watch a video: scene-aware keyframes plus a timestamped transcript, local.

    🎥 Multimedia Process1 views
    Compare vs Claude Real Video →

Frequently Asked Questions about Dora Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "dora-mcp": { "command": "npx", "args": ["-y", "dora-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDora Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dora-mcp?style=directory)](https://allmcps.com/mcp/dora-mcp)
HTML Embed
<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>

Technical Specs & Signals

Category🎥Multimedia Process
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎥 Multimedia Process →Best MCP servers for Multimedia & Media Processing →Alternatives to Dora Mcp →Install in Claude DesktopInstall in CursorInstall in VS Code