What is MCP?
Talk to make videos. The Model Context Protocol (MCP) lets AI assistants like Claude connect to Babou and create videos through conversation - no code required.MCP vs REST API: Use the MCP server when integrating with AI assistants like Claude. Use the REST API for direct programmatic access from your applications.
Why Use Babou’s MCP Server?
AI-Native Integration
Let AI assistants like Claude create videos autonomously through natural conversation
Simplified Workflow
No need to write code - just describe what you want and let the AI handle the API calls
Intelligent Automation
AI agents can make smart decisions about video structure, content, and timing
Interactive Creation
Iterate on videos through conversation, making real-time adjustments
Available Tools
The Babou MCP server provides 6 tools for video project management:Project Management
CreateVideoProject
CreateVideoProject
Create a new video project with a name and description
ListVideoProjects
ListVideoProjects
View all your video projects
Chapter Management
AddChapter
AddChapter
Add a chapter to a project with a name and duration
ListChapters
ListChapters
View all chapters in a project
Video Creation
AddVideoPrompt
AddVideoPrompt
Submit a text prompt to create video content for a chapter (waits for completion)
Export
ExportProject
ExportProject
Export a completed project to a downloadable video file
Use Cases
1. Conversational Video Creation
2. Batch Video Processing
3. Iterative Refinement
How It Works
1
Setup MCP Server
Configure the Babou MCP server in your AI assistant (e.g., Claude Desktop)
2
Authenticate
Connect using your Babou API key or OAuth
3
Use Natural Language
Describe what videos you want to create in plain English
4
AI Makes API Calls
The AI assistant uses MCP tools to interact with Babou’s API
5
Get Results
Download your completed videos or iterate with more instructions
MCP vs REST API
| Feature | MCP Server | REST API |
|---|---|---|
| Best for | AI assistants, conversational workflows | Direct programmatic access |
| Ease of use | Natural language | Code required |
| Flexibility | AI makes decisions | Full control over every parameter |
| Authentication | OAuth or API key | API key only |
| Async handling | Tools wait for completion | Manual polling required |
| Use case | Quick iterations, exploration | Production applications, automation |
The MCP server is a wrapper around the REST API. Everything you can do with MCP can also be done with the REST API (and vice versa).
Getting Started
Setup Guide
Install and configure the Babou MCP server
Tool Reference
Explore all available MCP tools
Examples
See complete workflow examples
REST API
Use the REST API directly
Supported AI Assistants
The Babou MCP server works with any MCP-compatible AI assistant:- Claude Desktop (Anthropic)
- Claude for VS Code
- Custom MCP clients