Creatomate Connector for AI agents.
9 live capabilities
Automate high-quality video production and marketing asset rendering.
Waiting for input…
Why people use Creatomate
Scale Marketing Video Production with Creatomate Video Automation
With this Connector, you just tell your agent what to do. You describe the product and the price, and the agent handles the rest. It pulls the right assets, fills the template, and starts the render. You go from being a manual editor to a production director, handling hundreds of videos in the time it used to take to make one.
What Vinkius changes
You turn text prompts into finished video files without ever opening a video editor.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Personalized Ad Scale
A marketer asks the agent to create 50 personalized video ads for 50 different products using a single template.
- Real-world use case 02
Social Media Batching
A content creator generates a week's worth of daily tip videos in minutes by providing a list of text prompts.
- Real-world use case 03
Asset Auditing
A developer asks the agent to list all media assets to ensure the correct high-res versions are being used in the pipeline.
Complete set · 9capabilities
The complete Creatomate capability set.
These are the exact actions your AI can choose when you ask it to work with Creatomate.
01—03
3 capabilities in this set.
Part of 9 available through Creatomate.
- 01 Capability
Get project settings
See the metadata and settings for your current project. This helps your agent understand the project context.
- 02 Capability
Get render status
Check if a video is still rendering and get the final URL. Use this to track progress without refreshing a page.
- 03 Capability
Get template details
Look up the structure and dynamic fields for a specific video template. It ensures your agent provides the right data.
04—06
3 capabilities in this set.
Part of 9 available through Creatomate.
- 04 Capability
List media assets
See all the images, videos, and audio files in your media library. This helps you keep your assets organized.
- 05 Capability
List video automations
View all the automated video workflows you have set up. It gives you an overview of your production pipeline.
- 06 Capability
List recent renders
See a list of your latest video rendering tasks and their current status. This is great for quick production audits.
07—09
3 capabilities in this set.
Part of 9 available through Creatomate.
- 07 Capability
List video templates
See every video template available in your project. Use this to browse your existing video styles.
- 08 Capability
Render video
Start a new video render using a specific template and your custom modifications. This is the primary capability for generation.
- 09 Capability
Search templates by name
Find specific video templates by typing in a name or keyword. It makes finding specific styles much faster.
Set up in minutes
One URL. Then ask Creatomate to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Creatomate from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4EQ7pcvZaHZpZVqPbPcQrnazR6VWymHudTpyNfEX/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Creatomate, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Creatomate for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4EQ7pcvZaHZpZVqPbPcQrnazR6VWymHudTpyNfEX/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Creatomate URL.
- Step 03
Save and start
Save the connection and enable Creatomate in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"creatomate": {
"url": "https://edge.vinkius.com/vk_preview_4EQ7pcvZaHZpZVqPbPcQrnazR6VWymHudTpyNfEX/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Creatomate
Open Agent mode in chat and ask: "Using Creatomate, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"creatomate": {
"url": "https://edge.vinkius.com/vk_preview_4EQ7pcvZaHZpZVqPbPcQrnazR6VWymHudTpyNfEX/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Creatomate
Ask Copilot: "Using Creatomate, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"creatomate": {
"url": "https://edge.vinkius.com/vk_preview_4EQ7pcvZaHZpZVqPbPcQrnazR6VWymHudTpyNfEX/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Creatomate
Open Cascade and ask: "Using Creatomate, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"creatomate": {
"url": "https://edge.vinkius.com/vk_preview_4EQ7pcvZaHZpZVqPbPcQrnazR6VWymHudTpyNfEX/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Creatomate
Ask Cline: "Using Creatomate, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add creatomate --transport http "https://edge.vinkius.com/vk_preview_4EQ7pcvZaHZpZVqPbPcQrnazR6VWymHudTpyNfEX/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Creatomate
Ask Claude: "Using Creatomate, show me...". 9 tools are ready
Where the request belongs
Work Creatomate can move forward.
This is for content creators and marketing teams who need to produce high volumes of video content without a massive production team.
Social Media Manager
Creates 20 different versions of a 'Flash Sale' video for various products in one afternoon.
Performance Marketer
Automates personalized video ads for a large e-commerce catalog to see which variations convert best.
Creative Developer
Audits rendering pipelines and manages hundreds of media assets using chat commands instead of a dashboard.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRenderMe
Automate video generation via RenderMe (re.video) templates directly from your AI agent.
Shotstack
Render and edit videos programmatically with a cloud API that generates personalized video content at scale from templates.
Colossyan
Automate AI video creation via Colossyan. generate videos from templates, manage avatars, and track rendering jobs directly from any AI agent.
Runway ML
Automate AI video generation via Runway ML. create, monitor, and manage Gen-3 Alpha and Gen-2 tasks directly from any AI agent.
Kapwing
Automate video and image rendering via Kapwing. create media from JSON, track render progress, and manage assets directly from any AI agent.
GAN.ai
Generate personalized videos at scale, track generation status, and oversee campaigns via AI agents with GAN.ai.
Bring your own AI
Change the model, client or framework. Keep Creatomate connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Creatomate.
The practical details behind the request, access and result.
Can Creatomate MCP create videos from scratch?
Creatomate MCP is designed for template-based video generation. You provide the structure, and the agent fills it with your specific data, images, or text to create high-quality videos automatically.
How do I manage my media library with Creatomate?
You can ask your agent to list all your images, videos, and audio files. This lets you see what assets you have available to use in your next video project without leaving your chat.
Can my agent check if a video is done rendering?
Yes, your agent can check the status of any active render in real-time. It will tell you if it's still processing or provide the final download link once it's finished.
Is this good for social media marketing?
It's perfect for social media. You can quickly generate dozens of variations of an ad or a post, making it easy to test different headlines or images across different platforms.
What kind of data can I swap into my videos?
You can swap out dynamic fields like text, images, and audio files. This allows your agent to create personalized content for different products, prices, or target audiences.
Can I see my available video templates?
Yes, your agent can list every template in your project. You can even search for them by name to find the exact style you need for a new batch of videos.
How do I get a Creatomate API Key?
Log in to your Creatomate account, select your project, and navigate to Project Settings > API Keys to generate a secret key.
Can I provide dynamic text for videos?
Yes, you can use the 'modifications' parameter in the render_video capability to swap text, images, or colors defined in your template.
What is the rendering time?
Rendering time depends on video length and complexity, but Creatomate is optimized for speed. You can use the get_render_status capability to check when it's done.
One connection away
Give your agent a direct line to Creatomate.
Connect Creatomate once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available