Server data from the Official MCP Registry
Create AI videos with SeedanceAI by text to video, text to image, image editing, and image to
Create AI videos with SeedanceAI by text to video, text to image, image editing, and image to
Excellent security profile. This is a read-only MCP server that exposes canonical SeedanceAI website knowledge (styles, pricing, links, docs) without requiring any authentication, API keys, or external network calls. The codebase is clean, well-structured, and contains no malicious patterns, dangerous operations, credential handling issues, or permission scope problems. All operations are informational and safe. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-seedanceai-mcp": {
"args": [
"-y",
"msa-seedanceai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
SeedanceAI Video Generator | Image & Text to Video
A Model Context Protocol server that exposes the canonical SeedanceAI 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://seedanceai.online
Seedance AI is a browser-based video generation platform powered by ByteDance's Seedance 1.0 model. It lets anyone turn a text prompt or a static image into a short, high-quality video without installing any software. The platform supports outputs up to 1080p resolution and produces videos of roughly ten seconds, with natural motion and stable subject structure throughout. A free usage tier is available alongside an optional Pro upgrade, making the tool accessible for quick experimentation as well as more sustained production work. The interface is straightforward: choose a mode, write a prompt or upload an image, pick a style and resolution, and generate.
Seedance AI is aimed at content creators, marketers, and developers who need fast video output without a steep learning curve or expensive tooling. Creators who regularly produce short-form video for social platforms will find the multi-shot and style options directly useful. Marketers and product teams benefit from the image-to-video path, which lets them repurpose existing assets quickly. Developers evaluating ByteDance's Seedance 1.0 model get a hands-on interface to test capabilities before building integrations. The free tier lowers the barrier for individuals and small teams, while the Pro upgrade serves users who need higher throughput or priority access.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (SeedanceAI)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for SeedanceAI.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for SeedanceAI (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://seedanceai/styles — Supported image-generation styles and presets.site://seedanceai/pricing — Canonical pricing entry point.site://seedanceai/docs — Canonical documentation entry point.site://seedanceai/faq — Short FAQ generated from public site metadata.site://seedanceai/links — Canonical URLs to share with users.tell_me_about_seedanceaiSummarize what the site is, who it's for, and how it works. — SeedanceAI
try_image_style_seedanceaiRecommend a starting image-generation style for a stated goal. — SeedanceAI
npx -y @smithery/cli install seedanceai-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/seedanceai-mcp.git
cd seedanceai-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"seedanceai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/seedanceai-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.