Seedance 2 Server
БесплатноНе проверенA focused MCP server for generating Seedance 2 videos via MuAPI. It provides tools for text-to-video, image-to-video, first-last-frame, and omni-reference gener
Описание
A focused MCP server for generating Seedance 2 videos via MuAPI. It provides tools for text-to-video, image-to-video, first-last-frame, and omni-reference generation, plus prediction polling and account balance.
README
Powered by MuAPI MCP compatible
A focused Model Context Protocol server for generating Seedance 2 videos through MuAPI. It exposes only the Seedance 2 workflows, so an assistant gets useful model-specific schemas instead of a large general-purpose catalog.
The implementation is informed by SamurAIGPT/muapi-mcp-server: it forwards a MuAPI key, keeps generation asynchronous, and provides both an MCP stdio transport and a small HTTP bridge.
📺 Video Tutorial
How to Access Seedance 2.5 API (Step-by-Step Guide)
How to Access Seedance 2.5 API (Step-by-Step Guide) — a full walkthrough of getting an API key and making your first Seedance 2.5 call via MuAPI.
Related Projects
- MuAPI Seedance 2 — Model landing page and browser playground links for the Seedance 2 family.
- MuAPI MCP documentation — Hosted MCP setup and tool-use guidance.
- MuAPI access keys — Create the API key required by this server.
- Seedance-2-API — Python wrapper for Seedance 2.0 and Seedance 2 Mini.
- seedance-2-generator — Ready-made Next.js SaaS built on Seedance 2.
- seedance2-comfyui — Seedance 2 custom nodes and workflows for ComfyUI.
- n8n-nodes-seedance2 — Automate Seedance 2 generation in n8n.
- awesome-seedance-2.5-api-prompts — Prompt and camera-control references for the Seedance family.
- muapi-mcp-server — Broad MuAPI MCP server reference for Claude, Cursor, and other clients.
- Open-Generative-AI — Open-source media studio that uses MuAPI for image and video workflows.
Included tools
| Tool | Purpose |
|---|---|
seedance_2_text_to_video |
Text-to-video generation; standard or fast quality route |
seedance_2_image_to_video |
Animate one or more image references |
seedance_2_first_last_frame |
Generate a transition from one or two frame images |
seedance_2_omni_reference |
Combine image, video, and audio references |
muapi_predict_result |
Poll a MuAPI prediction by request_id |
muapi_account_balance |
Read the MuAPI credit balance |
Generation tools return the completed prediction when used over stdio. The HTTP bridge returns a local request ID immediately and exposes the result at /mcp/predictions/{request_id} or as server-sent events.
Quick start
git clone https://github.com/Anil-matcha/seedance-2-mcp.git
cd seedance-2-mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
export MUAPI_API_KEY=your_muapi_key_here
Run the standards-based stdio server for an MCP client:
python mcp_stdio.py
Run the local HTTP bridge instead:
python mcp_server.py
# http://localhost:8000/docs
MUAPIAPP_API_KEY is accepted as a backwards-compatible alternative. MUAPI_BASE_URL, MUAPI_HTTP_TIMEOUT, MUAPI_POLL_INTERVAL, and MUAPI_POLL_TIMEOUT can be used for local testing or a compatible MuAPI deployment.
Claude Code
With MUAPI_API_KEY exported in the shell used by Claude Code:
claude mcp add seedance-2 -- python /absolute/path/to/seedance-2-mcp/mcp_stdio.py
Cursor, Windsurf, and Claude Desktop
Copy the mcp.json entry and replace the placeholder path. Keep the API key in the client environment; do not commit it.
{
"mcpServers": {
"seedance-2": {
"command": "python",
"args": ["/absolute/path/to/seedance-2-mcp/mcp_stdio.py"],
"env": {
"MUAPI_API_KEY": "${MUAPI_API_KEY}"
}
}
}
}
HTTP bridge
The HTTP process is useful for local integrations that need a simple request/poll surface:
curl http://localhost:8000/mcp/tools
curl -X POST http://localhost:8000/mcp/tools/seedance_2_text_to_video/call \
-H "Authorization: Bearer $MUAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"arguments": {
"prompt": "A red paper boat drifting through a sunlit forest stream, cinematic camera movement",
"duration": 5,
"aspect_ratio": "16:9",
"quality": "standard"
}
}'
Poll the returned local ID:
curl http://localhost:8000/mcp/predictions/REQUEST_ID
curl -N http://localhost:8000/mcp/predictions/REQUEST_ID/stream
The bridge allowlists all upstream paths and never accepts an arbitrary endpoint URL. Generation and polling consume MuAPI credits according to the selected route.
Model notes
The server uses MuAPI's Seedance 2 API routes. A single image is a start frame; multiple images can be referenced in the prompt as @image1, @image2, and so on. Omni reference inputs use @imageN, @videoN, and @audioN. For reproducible prompts, keep the full scene, camera, lighting, and motion direction in the prompt.
Docker
docker build -t seedance-2-mcp .
docker run --rm -p 8000:8000 -e MUAPI_API_KEY="$MUAPI_API_KEY" seedance-2-mcp
Development
python -m unittest discover -s tests -v
python -m compileall -q server_core.py mcp_server.py mcp_stdio.py
License
MIT. See LICENSE.
Установка Seedance 2 Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Anil-matcha/seedance-2-mcpFAQ
Seedance 2 Server MCP бесплатный?
Да, Seedance 2 Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Seedance 2 Server?
Нет, Seedance 2 Server работает без API-ключей и переменных окружения.
Seedance 2 Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Seedance 2 Server в Claude Desktop, Claude Code или Cursor?
Открой Seedance 2 Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
ARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAOmni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolgpu-bridge/mcp-server
Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
автор: gpu-bridgehamflx/imagen3-mcp
A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,
автор: hamflxmerterbak/Grok-MCP
MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support.
автор: merterbakSureScaleAI/openai-gpt-image-mcp
OpenAI GPT image generation/editing MCP server.
автор: SureScaleAIYangLiangwei/PersonalizationMCP
Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations. Features OAuth2 authenticati
автор: YangLiangweiAceDataCloud/MCPFlux
Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.
автор: AceDataCloudCompare Seedance 2 Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
