seedance-prompts-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@seedance-prompts-mcpcompose a prompt for a cinematic city flyover at night"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Seedance Prompts MCP
150 AI video prompts that were each actually rendered into a video. Search them, read the full text in English and Japanese, watch the clip the prompt produced, audit your own draft against what the rendered prompts specify, or compose a new one — all from your MCP client.
Most "prompt library" packages ship prompts nobody ran, so you find out what a prompt does only after you spend a generation on it. Here the clip came first: every entry links to the video that this exact text produced, and the audit tool measures your draft against all 150 of them rather than against someone's opinion of good prompting.
Add it to your client with the two lines below, then ask it to find you a prompt.
Install
Node 18+. No dependencies, no API key, no network access at runtime — the prompt set is bundled.
{
"mcpServers": {
"seedance-prompts": {
"command": "npx",
"args": ["-y", "seedance-prompts-mcp"]
}
}
}Claude Desktop: claude_desktop_config.json. Cursor: .cursor/mcp.json. Any other stdio MCP
client takes the same two lines.
Related MCP server: Seedance 2.0 MCP Server
Tools
Tool | What it does |
| Free-text search over 150 prompts (English or Japanese), filter by category or by whether the prompt expects a reference image. |
| Full English + Japanese prompt text, the example video URL, and where to run it. |
| The ten categories and how many prompts each holds. |
| Audits a draft against the seven elements measured across all 150 rendered prompts — style, scene, subject, camera, lighting, sound, timeline. Names what is missing, why it matters, and hands you a real prompt to copy from. |
| Composes those seven elements plus timeline beats into the bracket format the rendered prompts use, and tells you which fields you left to the model. |
Why the audit is worth running
The seven elements are not a style guide someone invented — they are counted over the bundled set at load time. Across the 150 rendered prompts, camera work is specified in half of them and audio in far fewer: those two are where drafts most often leave the result to chance. Seedance 2 generates audio together with the video, so an unspecified soundtrack is a decision you handed over rather than a field you skipped.
check_prompt("A woman turns around in a neon alley at night")
→ 2/7 · missing: camera work, lighting, sound, timeline …
each with the reason it matters and a rendered prompt to copy the phrasing fromExample
search_prompts({ query: "product commercial", limit: 3 })
get_prompt({ slug: "perfume-product-advertisement-generation-prompt-for-seedance-2-0" })
→ prompt_en, prompt_ja, example_video (mp4), sourceWhere the prompts come from
They are the public prompt library of Emaki, a Japanese
AI video site running Seedance 2 and Seedance 2.5. Each entry there has the prompt, the settings
and the resulting clip. 32 of the 150 are image-to-video prompts that show how to address
multiple reference images (@Image1, @Image2) — the part that is hardest to guess.
Pick a prompt and run it in the browser: text to video · image to video · Seedance 2.5 (up to 30 seconds with audio in one pass).
License
MIT. The prompt texts are published by Emaki for reuse; the example videos stay on Emaki's CDN.
Python build
The same server for uvx users lives on PyPI as
seedance-prompts-mcp — same five tools, same
bundled prompts, standard library only. Source is in python/; the prompt data is copied from
src/prompts.json at publish time so the two builds cannot drift apart.
This server cannot be deployed
Maintenance
Related MCP Connectors
The Wikipedia of AI prompts: search 900+ curated prompts by model, style and type, in 7 languages
Community library of composable AI prompt blocks for search, composition, and contribution.
Your prompt library inside your AI: 1,000+ pro templates, frameworks, vocab & pipelines.
Transcode, host and caption video from a prompt. Fifteen tools, nine read-only, nothing deletes.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to analyze images and videos, and generate optimized prompts for AI video generation systems.MIT
- AlicenseBqualityCmaintenanceProvides read-only access to Seedance 2.0 AI video generator information including styles, pricing, documentation, and official links for MCP-compatible AI clients like Claude Desktop, Cursor, Windsurf, and Continue.3MIT
- AlicenseAqualityCmaintenanceEnables searching the public C Dance AI prompt gallery, inspecting complete prompts, comparing production workflows, and turning rough ideas into structured video prompt briefs.4MIT
- AlicenseAqualityCmaintenanceEnables deterministic, read-only design of OpenSora video prompts and shot plans, including prompt diagnosis and access to workflow guides, without generating videos or requiring API keys.4MIT