Fitness Influencer AI Assistant
mcp-name: io.github.wmarceau/fitness-influencer
AI-powered automation suite for fitness content creators. Automates video editing, graphics creation, email management, SMS communication, and revenue analytics.
Status: Live
Production URL: https://fitness-influencer-production.up.railway.app (if deployed)
Features
| Feature | Script | Cost |
|---|---|---|
| Jump-cut video editing | video_jumpcut.py |
FREE |
| Educational graphics | educational_graphics.py |
FREE |
| Gmail summarization | gmail_monitor.py |
FREE |
| Revenue analytics | revenue_analytics.py |
FREE |
| AI image generation | grok_image_gen.py |
$0.07/image |
| Calendar reminders | calendar_reminders.py |
FREE |
| Workout plan generation | workout_plan_generator.py |
FREE |
| Nutrition guides | nutrition_guide_generator.py |
FREE |
| Video ads (Shotstack) | shotstack_api.py |
~$0.27/video |
| SMS notifications | twilio_sms.py |
~$0.01/SMS |
Directory Structure
fitness-influencer/
├── src/ # Python execution scripts
│ ├── video_jumpcut.py
│ ├── educational_graphics.py
│ ├── gmail_monitor.py
│ ├── revenue_analytics.py
│ ├── grok_image_gen.py
│ ├── calendar_reminders.py
│ ├── nutrition_guide_generator.py
│ ├── workout_plan_generator.py
│ ├── shotstack_api.py
│ ├── video_ads.py
│ ├── creatomate_api.py
│ ├── intelligent_video_router.py
│ ├── fitness_assistant_api.py
│ └── twilio_sms.py
├── frontend/ # Web interface
│ ├── index.html
│ └── terms.html
├── docs/ # Documentation
└── README.md





