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

@sequencer.media/mcp

v1.1.1

Published

Connect Claude, Cursor, and other AI tools to Sequencer — AI Video, Image, Audio & 3D Generation

Readme

@sequencer.media/mcp

Connect Claude Desktop, Claude Code, Cursor, and any MCP-compatible AI tool to Sequencer — the AI video, image, audio, and 3D generation platform.

Quick Start

Claude Desktop

Add to your ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "sequencer": {
      "command": "npx",
      "args": ["-y", "@sequencer.media/mcp"]
    }
  }
}

Restart Claude Desktop. On first launch you'll be asked to pair:

  1. A 6-digit code will appear in the Claude Desktop logs
  2. Go to sequencer.media/settings
  3. Enter the code in the "Pair New Extension" section
  4. Claude will connect automatically — look for the 🔨 icon

Claude Code CLI

claude mcp add sequencer -- npx -y @sequencer.media/mcp

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "sequencer": {
      "command": "npx",
      "args": ["-y", "@sequencer.media/mcp"]
    }
  }
}

How It Works

This package is a thin stdio ↔ HTTP proxy that:

  1. First run: Initiates a 6-digit device pairing flow via the Sequencer API
  2. Stores credentials at ~/.smoothie-editor/credentials.json (permissions: 600)
  3. Proxies MCP messages between your AI tool (via stdin/stdout) and the Sequencer MCP server (via HTTPS)
  4. Auto re-pairs if your session is revoked

Available Tools

Once connected, your AI tool gets access to 40+ Sequencer tools:

| Category | Tools | Description | |---|---|---| | Projects | 3 | Create, list, and manage projects | | Scenes | 5 | Scene CRUD operations | | Shots | 5 | Shot management | | Characters | 5 | Character CRUD | | Workflows | 9 | Visual workflow builder | | Media | 7 | AI image, video, audio, and 3D generation | | Guides | 5 | Storytelling and prompt guides | | Sales | 8 | Product info and pricing | | Compliance | 2 | IP analysis and reporting |

Token Management

  • Credentials are stored at ~/.smoothie-editor/credentials.json
  • Revoke a connected device from sequencer.media/settings → Connected Extensions → Revoke
  • Re-pair by deleting ~/.smoothie-editor/credentials.json and restarting

Requirements

License

MIT