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

yesai-seedance-mcp

v0.1.0

Published

MCP Server for YesAI platform - Seedance video & Seedream image generation

Readme

yesai-seedance-mcp

MCP Server for YesAI platform — Seedance video generation & Seedream image generation.

Quick Start

1. Install

No manual install needed. MCP clients run this package via npx automatically.

2. Configure

Add to your MCP config file (WorkBuddy / CodeBuddy / Cursor):

{
  "mcpServers": {
    "yesai-seedance": {
      "command": "npx",
      "args": ["-y", "yesai-seedance-mcp@latest"],
      "env": {
        "DOUBAO_API_KEY": "sk-your-api-key",
        "DOUBAO_BASE_URL": "https://your-domain.com/api/volc/v3",
        "DOUBAO_VIDEO_ENDPOINT_ID": "doubao-seedance-2-0-260128",
        "DOUBAO_IMAGE_ENDPOINT_ID": "seedream-5-0-260128"
      }
    }
  }
}

3. Use

Talk to your AI assistant in natural language:

  • Text to video: "Generate a 5s 720p video: a ginger cat running through neon-lit rainy streets at night"
  • Image to video: "Turn this image into a 5s video, make the character walk forward: https://example.com/photo.png"
  • Text to image: "Draw a cyberpunk city skyline with neon lights at night, ultra HD"
  • Query progress: "Check the status of my last video task"

Environment Variables

| Variable | Required | Description | | --- | --- | --- | | DOUBAO_API_KEY | Yes | Platform API Key | | DOUBAO_BASE_URL | Yes | Platform API base URL (must end with /api/volc/v3) | | DOUBAO_VIDEO_ENDPOINT_ID | No | Default video model ID | | DOUBAO_IMAGE_ENDPOINT_ID | No | Default image model ID |

Available Tools

| Tool | Description | | --- | --- | | generate_video | Text/image to video (async, returns task ID) | | query_video_task | Query video task status and result | | generate_image | Text/image to image (sync, returns URL) |

Supported Models

Video (Seedance): doubao-seedance-2-0-260128, dreamina-seedance-2-0-260128, doubao-seedance-2-0-fast-260128, dreamina-seedance-2-0-fast-260128, doubao-seedance-1-5-pro-251215

Image (Seedream): seedream-5-0-260128, seedream-4-0-250828, seedream-3-0-t2i-250415

Requirements

  • Node.js >= 18.0.0

License

MIT