seedance mcp for Cursor
io.github.jing7ao/seedance-mcp
Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频
client:Cursor
transport:stdio
runtime:npm
Install seedance mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seedance-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seedance-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs