Server data from the Official MCP Registry
Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频
Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频
Valid MCP server (3 strong, 7 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
8 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: YOUR_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jing7ao-seedance-mcp": {
"env": {
"YOUR_API_KEY": "your-your-api-key-here"
},
"args": [
"-y",
"seedance-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
让 Claude Code 直接调用火山引擎 Seedance API 生成 AI 视频。
cd seedance-mcp
npm install
npm run build
在 Claude Code 的 MCP 配置中添加(~/.claude/mcp.json 或项目 .claude/mcp.json):
{
"mcpServers": {
"seedance": {
"command": "node",
"args": ["C:/Users/高景涛/Desktop/高景涛/seedance-mcp/dist/index.js"],
"env": {
"ARK_API_KEY": "ark-a57fbfe5-00b5-446f-ac64-df35f3fc6d89-ad51c",
"SEEDANCE_MODEL": "doubao-seedance-2-0-260128"
}
}
}
}
| 工具 | 说明 |
|---|---|
text_to_video | 文生视频 — 用文字描述生成 AI 视频 |
image_to_video | 图生视频 — 用图片 + 文字生成 AI 视频 |
poll_result | 查询任务进度 — 轮询直到完成,返回视频 URL |
在 Claude Code 对话中直接说:
seedance-mcp/
src/
index.ts # MCP Server 入口,注册 3 个工具
seedance-client.ts # Seedance REST API 封装
dist/ # 编译输出
package.json
tsconfig.json
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.