CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Dora Mcp

saga-labs/dora-mcp
4 toolsHTTPregistry active
Summary

Gives Claude access to 14 image and video generation models through a single OAuth-secured endpoint. You get text-to-image, image editing, text-to-video, and image-to-video with models ranging from cheap options like z_image at 10 coins to premium ones like SeeDance 2 at up to 12,240 coins. Four tools let you list models, start generation jobs, and poll for results. The async pattern returns a job_id immediately, then you call check_job until it completes. Small images come back inline as base64, larger assets and videos return Firebase Storage URLs. Same backend runs the Dora iOS app and web product. Reach for this when you want Claude to generate visual content without managing individual API keys for each model provider.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

4 tools
list_modelsList Dora generation models, cheapest-first, with per-call coin cost. Call this when the user asks what models are available, when cost matters, or when you want to verify a model name. Defaults: nano_banana_2 for images, seedance_1_5_pro for videos — only step up if the user...

List Dora generation models, cheapest-first, with per-call coin cost. Call this when the user asks what models are available, when cost matters, or when you want to verify a model name. Defaults: nano_banana_2 for images, seedance_1_5_pro for videos — only step up if the user...

No parameter schema in public metadata yet.

generate_videoGenerate a video. Default model: seedance_1_5_pro at 480p, 8s, no audio (cheapest reasonable quality). Before calling, if the user has not specified them, briefly ASK for: (1) aspect ratio (9:16 vertical, 16:9 horizontal, 1:1 square), (2) duration (4/8/12s), (3) whether they w...7 params

Generate a video. Default model: seedance_1_5_pro at 480p, 8s, no audio (cheapest reasonable quality). Before calling, if the user has not specified them, briefly ASK for: (1) aspect ratio (9:16 vertical, 16:9 horizontal, 1:1 square), (2) duration (4/8/12s), (3) whether they w...

Parameters* required
modelstring
one of seedance_1_5_pro · grok_text_to_video · grok_image_to_video · kling_2_6 · veo_3 · seedance_2_fast
promptstring
durationnumber
one of 4 · 5 · 6 · 8 · 10 · 12
image_urlstring
resolutionstring
480p cheapest; 1080p ~5x cost. Default 480p.one of 480p · 720p · 1080p
with_audioboolean
Generate sound. SeeDance/Kling support audio — typically doubles cost. Default false.
aspect_ratiostring
one of 16:9 · 9:16 · 1:1
generate_imageGenerate an image. Default model: nano_banana_2 (good quality, ~100 coins, supports reference photo). Use z_image (10 coins) only if the user wants the cheapest possible result. Use nano_banana_pro (180-240) only when the user explicitly asks for face preservation or maximum q...5 params

Generate an image. Default model: nano_banana_2 (good quality, ~100 coins, supports reference photo). Use z_image (10 coins) only if the user wants the cheapest possible result. Use nano_banana_pro (180-240) only when the user explicitly asks for face preservation or maximum q...

Parameters* required
modelstring
one of nano_banana_2 · z_image · google_nano_banana · google_nano_banana_edit · gpt4o_image · gpt_image_2
promptstring
resolutionstring
1K cheapest; 4K up to 50% more. Default 1K.one of 1K · 2K · 4K
aspect_ratiostring
one of 16:9 · 9:16 · 1:1
reference_image_urlstring
check_jobCheck the status of a generation job. Returns status (pending|done|failed) and result_url when done. Wait at least 30 seconds between polls — generations take 1-5 minutes typically.1 params

Check the status of a generation job. Returns status (pending|done|failed) and result_url when done. Wait at least 30 seconds between polls — generations take 1-5 minutes typically.

Parameters* required
job_idstring

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

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Media & Entertainment
Registryactive
TransportHTTP
UpdatedMay 8, 2026
View on GitHub

Related Media & Entertainment MCP Servers

View all →
Social Media Api

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
1
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Youtube Video Analyzer

io.github.ludmila-omlopes/youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini
2
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.