seedance-mcp
Rank #52,902io.github.Jing7ao/seedance-mcp
Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频
seedance-mcp is a Model Context Protocol (MCP) server published by jing7ao. It ranks #52,902 of 132,113 servers tracked on MCP Toplist. seedance-mcp is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on May 23, 2026 and most recently updated on May 23, 2026.
Ranks ahead of 79,211 of 132,113 servers on MCP Toplist.
Use seedance-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add seedance-mcp -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y seedance-mcpReplace each placeholder with your own value before saving.
[mcp_servers.seedance-mcp]
command = "npx"
args = ["-y", "seedance-mcp"]
[mcp_servers.seedance-mcp.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seedance-mcp": {
"command": "npx",
"args": [
"-y",
"seedance-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seedance-mcp": {
"command": "npx",
"args": [
"-y",
"seedance-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"seedance-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seedance-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seedance-mcp": {
"command": "npx",
"args": [
"-y",
"seedance-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seedance-mcp": {
"command": "npx",
"args": [
"-y",
"seedance-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Jing7ao%2Fseedance-mcp)<a href="https://mcptoplist.com/server/io.github.Jing7ao%2Fseedance-mcp"><img src="https://mcptoplist.com/badge/io.github.Jing7ao%2Fseedance-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jing7ao
Other servers by jing7ao
View all jing7ao servers →Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | May 23, 2026 |
| 1.0.0 | May 23, 2026 |
Frequently asked questions
- Who maintains seedance-mcp?
- seedance-mcp is maintained by jing7ao, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is seedance-mcp listed on the Official MCP Registry?
- Yes — seedance-mcp is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does seedance-mcp have?
- MCP Toplist tracks 2 versions of seedance-mcp, most recently published on May 23, 2026.
- Where can I find the source code for seedance-mcp?
- The source code for seedance-mcp is hosted at github.com/jing7ao/seedance-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.