CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Seedance Mcp

jing7ao/seedance-mcp
7 toolsauthSTDIOregistry active
Summary

Connects Claude to Volcano Engine's Seedance 2.0 model for AI video generation. Exposes text_to_video and image_to_video tools that let you generate 5-15 second clips in 720p or 1080p across different aspect ratios. You can poll task progress with poll_result and check usage stats. The free tier gives you 5 generations per day with your own Volcano Engine API key. Pro users get unlimited generations through a hosted gateway with no API key required. Reach for this when you want to generate video content directly from Claude without leaving your editor or writing integration code yourself.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
seedance_list_modelsList all available Seedance models with their capabilities and pricing. Shows all available model options with their features, strengths, and costs. Use this to understand which model to choose for your video generation. Returns: Table of all models with descriptions, capabili...

List all available Seedance models with their capabilities and pricing. Shows all available model options with their features, strengths, and costs. Use this to understand which model to choose for your video generation. Returns: Table of all models with descriptions, capabili...

No parameter schema in public metadata yet.

seedance_list_resolutionsList all available resolutions and aspect ratios for Seedance. Shows all available resolution and aspect ratio options with use cases. Returns: Tables of resolutions and aspect ratios with descriptions.

List all available resolutions and aspect ratios for Seedance. Shows all available resolution and aspect ratio options with use cases. Returns: Tables of resolutions and aspect ratios with descriptions.

No parameter schema in public metadata yet.

seedance_list_actionsList all available Seedance API actions and corresponding tools. Reference guide for what each action does and which tool to use. Helpful for understanding the full capabilities of the Seedance MCP. Returns: Categorized list of all actions and their corresponding tools.

List all available Seedance API actions and corresponding tools. Reference guide for what each action does and which tool to use. Helpful for understanding the full capabilities of the Seedance MCP. Returns: Categorized list of all actions and their corresponding tools.

No parameter schema in public metadata yet.

seedance_get_taskQuery the status and result of a video generation task. Use this to check if a generation is complete and retrieve the resulting video URLs, thumbnails, and other metadata. Use this when: - You want to check if a generation has completed - You need to retrieve video URLs from...1 params

Query the status and result of a video generation task. Use this to check if a generation is complete and retrieve the resulting video URLs, thumbnails, and other metadata. Use this when: - You want to check if a generation has completed - You need to retrieve video URLs from...

Parameters* required
task_idstring
The task ID returned from a generation request. This is the 'task_id' field from any seedance_generate_* tool response.
seedance_get_tasks_batchQuery multiple video generation tasks at once. Efficiently check the status of multiple tasks in a single request. More efficient than calling seedance_get_task multiple times. Use this when: - You have multiple pending generations to check - You want to get status of several...1 params

Query multiple video generation tasks at once. Efficiently check the status of multiple tasks in a single request. More efficient than calling seedance_get_task multiple times. Use this when: - You have multiple pending generations to check - You want to get status of several...

Parameters* required
task_idsarray
List of task IDs to query. Maximum recommended batch size is 50 tasks.
seedance_generate_videoGenerate AI video from a text prompt using ByteDance Seedance. This is the simplest way to create video - just describe what you want and Seedance will generate a high-quality AI video. Use this when: - You want to create a video from a text description - You don't have refere...12 params

Generate AI video from a text prompt using ByteDance Seedance. This is the simplest way to create video - just describe what you want and Seedance will generate a high-quality AI video. Use this when: - You want to create a video from a text description - You don't have refere...

Parameters* required
seedinteger
Random seed for reproducible generation. Range: -1 to 4294967295. Use -1 for random. Default is -1.default: -1
modelstring
Model version to use. Options: 'doubao-seedance-1-5-pro-251215' (newest flagship, supports audio), 'doubao-seedance-1-0-pro-250528' (standard, default), 'doubao-seedance-1-0-pro-fast-251015' (fast, cost-optimized), 'doubao-seedance-1-0-lite-t2v-250428' (lightweight text-to-video), 'doubao-seedance-1-0-lite-i2v-250428' (lightweight image-to-video).one of doubao-seedance-1-5-pro-251215 · doubao-seedance-1-0-pro-250528 · doubao-seedance-1-0-pro-fast-251015 · doubao-seedance-1-0-lite-t2v-250428 · doubao-seedance-1-0-lite-i2v-250428default: doubao-seedance-1-0-pro-250528
ratiostring
Video aspect ratio. Options: '16:9' (landscape, default), '9:16' (portrait), '1:1' (square), '4:3', '3:4', '21:9' (ultrawide), 'adaptive'.one of 16:9 · 9:16 · 1:1 · 4:3 · 3:4 · 21:9default: 16:9
promptstring
Description of the video to generate. Max 1000 characters. Be descriptive about the scene, motion, style, and mood. You can also include inline parameters like '--rs 720p --rt 16:9 --dur 5'. Examples: 'A cat walking through a garden with butterflies', 'Cinematic aerial shot of mountains at sunset'
durationinteger
Video duration in seconds. Range: 2-12. Default is 5.default: 5
watermarkboolean
If true, add a watermark to the video. Default is false.default: false
resolutionstring
Video resolution. Options: '480p', '720p' (default), '1080p'.one of 480p · 720p · 1080pdefault: 720p
callback_urlvalue
Webhook callback URL for asynchronous notifications. When provided, the API returns immediately with a task_id and calls this URL when the video is generated.
camera_fixedboolean
If true, keep the camera fixed during generation. Default is false.default: false
service_tierstring
Service tier. 'default' for standard processing, 'flex' for 50%% cheaper but slower processing. Default is 'default'.one of default · flexdefault: default
generate_audioboolean
If true, generate audio along with the video. Only supported by 'doubao-seedance-1-5-pro-251215' model. Approximately doubles the cost. Default is false.default: false
return_last_frameboolean
If true, also return the last frame of the generated video as an image URL. Useful for video extension workflows. Default is false.default: false
seedance_generate_video_from_imageGenerate AI video using reference images with ByteDance Seedance. This allows you to control the video by specifying first frame, last frame, or reference images. Seedance will generate smooth motion based on the inputs. Use this when: - You have a specific image you want to a...13 params

Generate AI video using reference images with ByteDance Seedance. This allows you to control the video by specifying first frame, last frame, or reference images. Seedance will generate smooth motion based on the inputs. Use this when: - You have a specific image you want to a...

Parameters* required
seedinteger
Random seed. -1 for random. Default is -1.default: -1
modelstring
Model version to use. For image-to-video, consider 'doubao-seedance-1-0-lite-i2v-250428' for lightweight I2V, or any Pro model for higher quality.one of doubao-seedance-1-5-pro-251215 · doubao-seedance-1-0-pro-250528 · doubao-seedance-1-0-pro-fast-251015 · doubao-seedance-1-0-lite-t2v-250428 · doubao-seedance-1-0-lite-i2v-250428default: doubao-seedance-1-0-pro-250528
ratiostring
Video aspect ratio. Use 'adaptive' to match your input image ratio.one of 16:9 · 9:16 · 1:1 · 4:3 · 3:4 · 21:9default: 16:9
promptstring
Description of the video motion and content. Describe what should happen in the video, how objects should move, what transitions to include.
durationinteger
Video duration in seconds. Range: 2-12. Default is 5.default: 5
resolutionstring
Video resolution. Options: '480p', '720p', '1080p'.one of 480p · 720p · 1080pdefault: 720p
callback_urlvalue
Webhook callback URL for asynchronous notifications.
service_tierstring
Service tier. 'default' or 'flex' (50%% cheaper). Default is 'default'.one of default · flexdefault: default
generate_audioboolean
If true, generate audio. Only supported by 1.5 Pro model. Default is false.default: false
last_frame_urlstring
URL of the image to use as the last frame of the video. The video will animate towards this image. Supports https:// URLs or base64 data:image/... URIs.default:
first_frame_urlstring
URL of the image to use as the first frame of the video. The video will animate from this image. Supports https:// URLs or base64 data:image/... URIs.default:
return_last_frameboolean
If true, return the last frame of the generated video. Default is false.default: false
reference_image_urlsarray
List of reference image URLs for style/content guidance. These images influence the look but are not used as frames. Cannot be combined with first_frame_url or last_frame_url.

Seedance MCP Server

让 Claude Code 直接生成 AI 视频,底层调用火山引擎 Seedance 2.0 模型。

npm MCP Registry

安装

npm install -g seedance-mcp

快速开始

Pro 用户(推荐 · 零配置)

使用托管网关,无需自备 API Key:

{
  "mcpServers": {
    "seedance": {
      "command": "node",
      "args": ["seedance-mcp"],
      "env": {
        "LICENSE_KEY": "SLIC-你的Pro License Key"
      }
    }
  }
}

Free 用户(需自备 API Key)

去 火山引擎 ARK 控制台 注册获取 API Key(新用户有免费额度):

{
  "mcpServers": {
    "seedance": {
      "command": "node",
      "args": ["seedance-mcp"],
      "env": {
        "ARK_API_KEY": "你的火山引擎API Key",
        "SEEDANCE_MODEL": "doubao-seedance-2-0-260128"
      }
    }
  }
}

开始生成

在 Claude Code 对话中直接说:

  • 「生成一个 5 秒的治愈系森林视频,1080p」
  • 「这张图片做成视频」

定价

等级价格视频生成API Key
Free免费5 次/天需自备
Pro¥105/年无限生成已内置,无需自备

Pro 用户 API 调用费用已包含在订阅中,无需额外付费。

升级 Pro →


工具

工具说明
text_to_video文生视频,支持 5-15s、720p/1080p、16:9/9:16/1:1
image_to_video图生视频,图片作为首帧或风格参考
poll_result查询任务进度,自动轮询直到完成
get_usage_stats查看本月/累计生成统计
verify_license查看 License 激活状态

License

v1.1.0 起引入 License 系统。Free tier 每天 5 次视频生成。购买 Pro 后获得 License Key,配置到 LICENSE_KEY 环境变量即可无限使用。

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

YOUR_API_KEY*secret

Your API key for the service

Registryactive
Packageseedance-mcp
TransportSTDIO
AuthRequired
UpdatedMay 23, 2026
View on GitHub