seedance mcp for Claude Desktop
io.github.jing7ao/seedance-mcp
Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频
client:Claude Desktop
transport:stdio
runtime:npm
Install seedance mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"seedance-mcp": {
"command": "npx",
"args": [
"-y",
"seedance-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs