@sequencer.media/mcp
v1.1.1
Published
Connect Claude, Cursor, and other AI tools to Sequencer — AI Video, Image, Audio & 3D Generation
Maintainers
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:
- A 6-digit code will appear in the Claude Desktop logs
- Go to sequencer.media/settings
- Enter the code in the "Pair New Extension" section
- Claude will connect automatically — look for the 🔨 icon
Claude Code CLI
claude mcp add sequencer -- npx -y @sequencer.media/mcpCursor
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:
- First run: Initiates a 6-digit device pairing flow via the Sequencer API
- Stores credentials at
~/.smoothie-editor/credentials.json(permissions:600) - Proxies MCP messages between your AI tool (via stdin/stdout) and the Sequencer MCP server (via HTTPS)
- 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.jsonand restarting
Requirements
- Node.js 18+
- A Sequencer account
License
MIT
