We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bermingham85/mcp-puppet-pipeline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# π AUTOMATED PUPPET PRODUCTION SYSTEM
## β
SYSTEM DEPLOYED AND READY
Your automated video processing system has been fully deployed to `C:\puppet_production\`
## π Files Created:
### **IMMEDIATE EXECUTION OPTIONS:**
#### Option 1: One-Click Windows
```
Double-click: CLICK_TO_RUN.bat
```
#### Option 2: Direct Node.js
```bash
node RUN_NOW.js
```
#### Option 3: Full Automation
```bash
node FULL_AUTOMATION.js
```
## π― What The System Does:
1. **Extracts optimal frame** from your video (`rendernet_media_vid_NS5ozVwpwE.mp4`)
2. **Generates puppet variations** (angles, emotions, mouth states)
3. **Creates scene compositions** using Affogato for consistency
4. **Produces voice narrations** with ElevenLabs
5. **Packages everything** for deployment
## π System Components:
| Component | File | Purpose |
|-----------|------|---------|
| Main Automation | `FULL_AUTOMATION.js` | Complete pipeline orchestration |
| Quick Start | `RUN_NOW.js` | Immediate frame extraction & pipeline |
| MCP Integration | `mcp-video-tools.js` | Video processing tools for MCP |
| Deployment | `AUTOMATED_DEPLOY.js` | Tool registration & deployment |
| One-Click | `CLICK_TO_RUN.bat` | Windows batch launcher |
## π§ System Status:
- β
Video file detected: `rendernet_media_vid_NS5ozVwpwE.mp4` (20MB)
- β
Output directories created
- β
Automation scripts deployed
- β
MCP integration configured
- β³ Ready to process
## π¦ Expected Outputs:
```
C:\puppet_production\automated_output\
βββ frames\ # Extracted video frames
βββ puppets\ # Character variations
βββ scenes\ # Generated scenes
βββ videos\ # Voice narrated videos
βββ packages\ # Deployment packages
βββ preview.html # Visual preview of results
```
## π RUN IT NOW:
The fastest way to start:
```cmd
C:\puppet_production\CLICK_TO_RUN.bat
```
Or from PowerShell/Terminal:
```bash
cd C:\puppet_production
node RUN_NOW.js
```
## π‘ MCP Server Integration:
The system will automatically:
1. Connect to your MCP server at `ws://localhost:3000/mcp`
2. Register video processing tools
3. Execute the puppet pipeline
4. Handle fallbacks if server is unavailable
## β‘ No Manual Steps Required!
Everything is automated. Just run one of the scripts above and the system will handle:
- Frame extraction (using FFmpeg)
- Puppet generation (via your MCP pipeline)
- Scene creation (with Affogato)
- Voice synthesis (using ElevenLabs)
- Output organization
---
**Ready to run!** Your video will be processed automatically.