Exposes Seedance 2.0's AI video generation capabilities through three read-only tools: list_styles returns available image generation presets, get_pricing pulls current plan details, and get_official_links surfaces canonical URLs for docs and support. Also provides five resources covering styles, pricing, FAQ, documentation, and official links, plus two prompts that summarize the platform or recommend a starting style. No API keys required, runs over stdio with sub-50ms cold starts. Reach for this when you're prototyping video workflows or need to answer questions about Seedance's text-to-video, image-to-video, and multimodal generation features without leaving your MCP client. Built on ByteDance's Seed model, targets creators and marketers producing short-form content for social and ads.
Seedance 2.0 AI Video Generator | Image & Text to Video
A Model Context Protocol server that exposes the canonical Seedance 2.0 knowledge surface — image generation workflows and styles, pricing, docs, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://seedance2video.online
Seedance 2 Video is an AI-powered video generation platform built on ByteDance Seed's multimodal creation model. The site lets users turn text prompts or still images into short video clips — up to 15 seconds long — without any video editing background. The underlying model handles complex motion with strong physical accuracy and accepts a wide range of inputs in a single project: up to nine images, three video clips, and three audio files can be combined to shape the output. The result is a direct path from a written idea or a product photo to a finished, publishable video clip, suitable for social media posts, advertisements, or landing page animations.
Seedance 2 Video is aimed at creators and small marketing teams who need video output on a fast cycle but lack the budget or time for traditional production workflows. The platform's emphasis on multimodal inputs and shot-level control makes it practical for growth marketers running paid campaigns, independent content creators building a regular publishing schedule, and product teams who want to prototype visual storytelling before investing in a full shoot. It does not require technical knowledge of AI models; the interface is designed around familiar creative inputs like images, written descriptions, and audio references, making it accessible to anyone comfortable with standard content creation tools.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (Seedance 2.0)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Seedance 2.0.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Seedance 2.0 (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://seedance2video/styles — Supported image-generation styles and presets.site://seedance2video/pricing — Canonical pricing entry point.site://seedance2video/docs — Canonical documentation entry point.site://seedance2video/faq — Short FAQ generated from public site metadata.site://seedance2video/links — Canonical URLs to share with users.tell_me_about_seedance2videoSummarize what the site is, who it's for, and how it works. — Seedance 2.0
try_image_style_seedance2videoRecommend a starting image-generation style for a stated goal. — Seedance 2.0
npx -y @smithery/cli install seedance2video-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/seedance2video-mcp.git
cd seedance2video-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"seedance2video-mcp": {
"command": "node",
"args": [
"/absolute/path/to/seedance2video-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
io.github.socialapishub/social-media-api
io.github.xpaysh/social-media
com.thenextgennexus/youtube-media-mcp-server
io.github.ludmila-omlopes/youtube-video-analyzer
csoai-org/social-media-ai-mcp
com.ezbizservices/social-media