- Poppify
Poppify
Photo to TikTok, Instagram Reels, YouTube Shorts, Facebook video
Poppify is an MCP server and Claude Code plugin for photo-led short-form vertical video. Upload 1–10 photos
via the MCP, get a captioned 15/30/60s reel with motion, library-matched music, and optional voiceover — all
without leaving your AI assistant.
Install
Claude Code (recommended — bundles skills + slash commands):
```
/plugin marketplace add Poppify/poppify-claude-plugin
/plugin install poppify@poppify
```
Any MCP-compatible client (Claude.ai, ChatGPT, Cursor, Cline):
```json
{
"mcpServers": {
"poppify": {
"type": "http",
"url": "https://poppify.ai/mcp"
}
}
}
```
Then say: "Use Poppify to turn these photos into a reel."
What's inside
- 27 MCP tools —
register,start_session_from_photos,update_slides,set_audio,generate_image,
generate_music,generate_voiceover,confirm,get_result, and more - 4 skills (Claude Code only) —
poppify-build-reel,poppify-render-debug,poppify-troubleshoot,
poppify-schema-introspect - 3 slash commands —
/poppify:make-reel,/poppify:troubleshoot,/poppify:verify-render - 14 narrative recipes — hot_take, transformation_story, behind_scenes, step_by_step, social_proof, and more
Pricing
- All non-generation tools: free
- Reel render (
confirm): 1 seed (~$0.06) - AI image / music / voiceover: 10 seeds each
- 50 free seeds on signup. No subscription.
Built for
SMBs (5–19 employees) and solo service providers who want consistent vertical reels for Instagram, TikTok,
YouTube Shorts, and Facebook — without hiring a content creator. Drop-in replacement for Runway when you have
photos and want library-matched audio.
Not for
Text-to-video generation (use Runway / Sora / Veo), avatar-based video (use HeyGen / Synthesia), 4K horizontal
cinema, or sub-4-second clips.
Links
- Plugin source: https://github.com/Poppify/poppify-claude-plugin
- Website: https://poppify.ai
- Smithery listing: https://smithery.ai (search "poppify")
- License: MIT
Server Config
{
"mcpServers": {
"poppify": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://poppify.ai/mcp"
]
}
}
}