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

jimeng-cli

v0.2.1

Published

即梦/CapCut 图像与视频生成 CLI 与 MCP 工具

Readme

jimeng-cli

npm version

即梦/CapCut 图像与视频生成工具集,提供 CLI 与 MCP Server(stdio)。

要求

  • Node.js 18+
  • npm

快速开始

npm install
npm run build
node dist/cli/index.js models list --json

配置

Token Pool(推荐)

默认文件:configs/token-pool.json(可通过 TOKEN_POOL_FILE 覆盖)

cp configs/token-pool.example.json configs/token-pool.json

可用环境变量:

  • TOKEN_POOL_ENABLED
  • TOKEN_POOL_FILE
  • TOKEN_POOL_HEALTHCHECK_INTERVAL_MS
  • TOKEN_POOL_FETCH_CREDIT
  • TOKEN_POOL_AUTO_DISABLE
  • TOKEN_POOL_AUTO_DISABLE_FAILURES
  • TOKEN_POOL_STRATEGYrandomround_robin

CLI

查看帮助:

node dist/cli/index.js --help

常用示例:

node dist/cli/index.js models list --region us --json
node dist/cli/index.js image generate --prompt "a red fox in snow" --wait
node dist/cli/index.js image edit --prompt "blend into poster" --image https://example.com/a.jpg --image https://example.com/b.jpg
node dist/cli/index.js video generate --prompt "ocean wave at sunset" --wait
node dist/cli/index.js task wait --task-id <task_id> --type video --json

MCP Server

jimeng-mcp 通过 stdio 启动,供 MCP Client(如 Codex / Claude Desktop)接入。

环境变量:

  • JIMENG_API_TOKEN(可选)
  • MCP_HTTP_TIMEOUT_MS(默认 120000
  • MCP_ENABLE_ADVANCED_TOOLS(默认 true
  • MCP_REQUIRE_RUN_CONFIRM(默认 true

启动:

npm run build
node dist/mcp/index.js

开发

npm run dev

其他脚本:

  • npm run type-check
  • npm run mcp:dev
  • npm run mcp:smoke
  • npm run cli:smoke

许可证

GPL-3.0