SeedanceAI MCP Server

SeedanceAI MCP Server

Enables AI clients to access SeedanceAI's video generation platform information, including styles, pricing, docs, and FAQ, without requiring API keys.

Category
访问服务器

README

SeedanceAI MCP Server

SeedanceAI Video Generator | Image & Text to Video

MCP Badge License: MIT Stdio Transport Zero Config MCP

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

🎨 About SeedanceAI

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.

Key Features

  • Text-to-video and image-to-video modes — write a description to generate a video from scratch, or animate an existing image while keeping subject structure consistent.
  • Multi-shot narrative generation — produces two to three connected shots with seamless transitions in a single pass, supporting short-form storytelling that single-shot generators cannot match.
  • Four visual styles — realistic, anime, film, and advertisement styles let creators match the output to a specific aesthetic without post-processing.
  • Resolution presets — 480p, 720p, and 1080p options balance generation speed against output quality depending on the use case.
  • Optimized inference pipeline — the backend is tuned for faster generation speeds compared to standard model deployments, reducing wait time between iterations.
  • No-download, account-based access — everything runs in the browser; a sign-in account tracks usage and enables the free tier without local setup.

Use Cases

  • Social media content — creators producing short clips for platforms like Instagram Reels, TikTok, or YouTube Shorts can go from idea to finished video in a few minutes.
  • Storyboarding and concept prototyping — teams can rapidly visualize a scene or ad concept using multi-shot generation before committing to a full production.
  • Animating product images — e-commerce sellers or marketers can bring static product photos to life for ad campaigns using image-to-video mode.
  • Anime and stylized content — the dedicated anime style setting makes it practical for fan creators or studios producing stylized short-form video.
  • Developer and API exploration — solo developers and small teams use the free tier to evaluate the Seedance 1.0 model's capabilities before integrating it into their own pipelines.

Who Is It For

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.

Tools

list_styles

Return the canonical list of image-generation styles or presets the site exposes. (SeedanceAI)

Input: no parameters. Returns: text/markdown.

get_pricing

Return the canonical pricing entry point for SeedanceAI.

Input: no parameters. Returns: text/markdown.

get_official_links

Return the canonical list of official links for SeedanceAI (website, support, docs when available).

Input: no parameters. Returns: text/markdown.

Resources

  • 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.

Prompts

tell_me_about_seedanceai

Summarize what the site is, who it's for, and how it works. — SeedanceAI

try_image_style_seedanceai

Recommend a starting image-generation style for a stated goal. — SeedanceAI

Installation

Install via Smithery

npx -y @smithery/cli install seedanceai-mcp --client claude

(Replace claude with cursor, windsurf, or continue for those clients.)

Install from source

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"
      ]
    }
  }
}

Debug with MCP Inspector

npx @modelcontextprotocol/inspector node src/index.mjs

Official Links

  • Website: https://seedanceai.online
  • Pricing: https://seedanceai.online/pricing
  • Docs: https://docs.seedanceai.online
  • Community: https://discord.gg/HQNnrzjZQS
  • GitHub: https://github.com/AIImageEditorai/AIImageEditor-template-one
  • Support: support@seedanceai.online

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选