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 🙏

© 2025 – Pkg Stats / Ryan Hefner

chillin-editor-mcp

v0.0.43

Published

MCP Server for chillin video editor with AI agents

Readme

Chillin MCP - Revolutionary AI-Powered Video Editing Service

Chillin MCP is the intelligent control core of the Chillin Video Editor. It not only enables seamless, web-based video editing for human users, but also empowers AI agents through the innovative Model Context Protocol (MCP) SDK, allowing automated and intelligent video editing like never before.

With Chillin MCP, AI and human creativity collaborate in harmony — redefining what's possible in video creation.

Note: chillin-mcp communicates with the Chillin Editor via WebSocket protocol, enabling real-time, bidirectional control and data exchange between the MCP server and the editor frontend.


🚀 Features

  • 🎬 Full control of Chillin Video Editor via MCP commands
  • 🤖 AI-ready SDK for automated video editing
  • 🌐 Web-based, no heavy desktop install
  • 🔁 Seamless integration between human input and AI orchestration

⚙️ How to Start the MCP Server

To run the MCP server, simply add the following block to your configuration file:

  1. Get your mcp-key:
    Visit https://chillin.online/agent to obtain your access mcp-key.

  2. Insert into config:

// macOS/Linux
"chillin-mcp": {
  "command": "sh",
  "args": [
    "-c", 
    "cd ~ && npx chillin-editor-mcp start"
  ],
  "env": {
    "TOKEN": "<your-mcp-key>"
  }
}
// Windows
"chillin-mcp": {
  "command": "cmd",
  "args":
    [
      "/c", 
      "cd %USERPROFILE% && npx chillin-editor-mcp start"
    ],
  "env": {
    "TOKEN": "<your-mcp-key>"
  }
}
  1. Make sure you are logged in, then visit the Chillin Editor at:
    https://chillin.online/app/editor

  2. Click your avatar in the top navbar, open the dropdown menu, and enable the "MCP Mode Switch".

✅ This configuration will automatically start the MCP server and authenticate with your mcp-key.

📁 Using Local Media Files

Note: To use the local assets file service, both the MCP server and the web video editor must be running on the same host machine.

  1. Assets Folder: A chillin-mcp-assets folder will be automatically created in your current working directory when the MCP server starts.

  2. Add Your Media Files: Place your media files (images, videos, audio) in this folder:

    ./chillin-mcp-assets/
    ├── image1.jpg
    ├── background.png
    ├── music.mp3
    └── video.mp4
  3. Access in AI Tools: The MCP server provides tools to add and manage local media files through the MCP interface.

  4. Supported File Types: JPG, JPEG, PNG, GIF, WEBP, MP4, WEBM, MOV, MP3, WAV, and more.

Note: The chillin-mcp-assets folder will be created automatically if it doesn't exist. Make sure your user has proper permissions to create folders in the current directory.


✨ Chillin Render API

Discover the Chillin Render API at https://chillin.online/render-api – our ultra-fast, low-cost video rendering service.

  • Up to 5× faster rendering speed
  • 80% lower cost than traditional render solutions
  • No queues: handle multiple batch rendering tasks simultaneously

💬 Feedback & Support


🧠 About Chillin

Chillin is the world's fastest online video editor with built-in AI-powered features, including auto-captioning, visual animation, and voice synthesis.
Join the revolution of video creation at https://chillin.online