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

iqiyi-open-mcp

v1.0.0

Published

爱奇艺号开放平台 MCP Server(线上环境)- 让 AI 工具直接上传视频到爱奇艺号

Readme

iqiyi-open-mcp

爱奇艺号开放平台 MCP Server(线上环境)

让 Cursor、Claude 等 AI 工具直接上传视频到爱奇艺号,只需一个视频文件 + API Token。

快速接入 Cursor

在 Cursor 设置 → MCP 中添加,将 YOUR_API_TOKEN 替换为你的 Token:

{
  "mcpServers": {
    "爱奇艺号开放平台": {
      "command": "npx",
      "args": ["-y", "iqiyi-open-mcp@latest", "--access-token=YOUR_API_TOKEN"]
    }
  }
}

需要 Node.js >= 18

Token 配置一次即可,之后直接对 AI 说「帮我上传视频」,无需每次提供 Token。 如需更换 Token,修改 --access-token 的值并重启 Cursor 即可。

更换 Token

"--access-token=新的TOKEN"

修改后在 Cursor 中重启 MCP Server(或重启 Cursor)即可生效。

可用工具

upload_video

上传视频文件并发布到爱奇艺号,自动完成上传 + 发布全流程。

参数:

| 参数 | 类型 | 必填 | 说明 | |---|---|---|---| | apiToken | string | 是 | 控制台「Token 管理」申请的 API Token | | videoPath | string | 是 | 本地视频文件绝对路径 | | title | string | 否 | 视频标题 | | desc | string | 否 | 视频简介 | | coverPath | string | 否 | 封面图片绝对路径 | | privacyPolicy | number | 否 | 权限:0=公开 1=仅自己 2=密码 3=粉丝 | | uploadStatement | number | 否 | 创作声明:0=无 1=AI生成 2=虚拟演绎 3=取材网络 |

在 Cursor 中使用示例:

帮我把 /Users/xxx/my-video.mp4 上传到爱奇艺号,token 是 abc123,标题叫「我的第一个视频」

发布到 npm

cd creator-open-mcp
npm publish --access public

首次发布前需登录:npm login