npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

seedance-mcp

v1.1.1

Published

Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频

Readme

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 环境变量即可无限使用。