RenderMe Connector for AI agents.
12 live capabilities
Generate professional motion graphics and automated videos from text prompts.
Waiting for input…
Why people use RenderMe
RenderMe Video Production Automation for Marketing Teams
With this Connector, you just tell your agent what you need. You can ask it to generate a batch of personalized videos for a specific campaign or check the status of your latest renders. It handles the interaction with RenderMe, so you get your finished video links delivered straight to your chat. You go from manual production to automated orchestration in one step.
What Vinkius changes
You get a way to turn text prompts into professional video renders 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
Bulk personalized ads
A marketing manager asks their agent to render 50 unique product videos for a holiday sale using create_video_render_job with different customer names.
- Real-world use case 02
Social media content queue
A social media manager uses list_recent_render_jobs to see which branded snippets are finished and ready to be posted to Instagram.
- Real-world use case 03
Media asset cleanup
An operations lead asks the agent to find all images in a specific folder using list_uploaded_assets to reorganize a messy project.
Complete set · 12capabilities
The complete RenderMe capability set.
These are the exact actions your AI can choose when you ask it to work with RenderMe.
01—04
4 capabilities in this set.
Part of 12 available through RenderMe.
- 01 Capability
List uploaded assets
Lists every image and media file you've uploaded to your account.
- 02 Capability
Check api health
Verifies that your connection to the RenderMe API is working correctly.
- 03 Capability
Get template details
Pulls the technical metadata and details for a specific video template.
- 04 Capability
Get render job status
Checks the current progress and result URL of a specific render job.
05—08
4 capabilities in this set.
Part of 12 available through RenderMe.
- 05 Capability
Get current user
Retrieves your authenticated profile information from RenderMe.
- 06 Capability
Get account render stats
Shows your current usage numbers and rendering statistics for the month.
- 07 Capability
List video templates
Shows all the video templates and deployments available in your account.
- 08 Capability
List asset folders
Lists the folders you've created to organize your media assets.
09—12
4 capabilities in this set.
Part of 12 available through RenderMe.
- 09 Capability
List recent render jobs
Shows a list of the most recent video rendering jobs you've started.
- 10 Capability
List video projects
Lists all the different video projects currently in your account.
- 11 Capability
List configured webhooks
Shows the active webhooks you've set up for notifications or data syncing.
- 12 Capability
Create video render job
Triggers a new video rendering job using specific deployment IDs and variables.
Set up in minutes
One URL. Then ask RenderMe to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use RenderMe 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_u8CuHbZhIqv5njQzeesAKaHSliDtvRiAwN601MF4/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 RenderMe, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable RenderMe for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_u8CuHbZhIqv5njQzeesAKaHSliDtvRiAwN601MF4/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 RenderMe URL.
- Step 03
Save and start
Save the connection and enable RenderMe in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"renderme": {
"url": "https://edge.vinkius.com/vk_preview_u8CuHbZhIqv5njQzeesAKaHSliDtvRiAwN601MF4/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 RenderMe
Open Agent mode in chat and ask: "Using RenderMe, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"renderme": {
"url": "https://edge.vinkius.com/vk_preview_u8CuHbZhIqv5njQzeesAKaHSliDtvRiAwN601MF4/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 RenderMe
Ask Copilot: "Using RenderMe, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"renderme": {
"url": "https://edge.vinkius.com/vk_preview_u8CuHbZhIqv5njQzeesAKaHSliDtvRiAwN601MF4/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 RenderMe
Open Cascade and ask: "Using RenderMe, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"renderme": {
"url": "https://edge.vinkius.com/vk_preview_u8CuHbZhIqv5njQzeesAKaHSliDtvRiAwN601MF4/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 RenderMe
Ask Cline: "Using RenderMe, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add renderme --transport http "https://edge.vinkius.com/vk_preview_u8CuHbZhIqv5njQzeesAKaHSliDtvRiAwN601MF4/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 RenderMe
Ask Claude: "Using RenderMe, show me...". 12 tools are ready
Where the request belongs
Work RenderMe can move forward.
This is for the marketing lead who needs to ship 50 personalized ads by morning or the social media manager who's tired of manual exports. It's for anyone who needs to scale video production without hiring a full-time motion designer for every small task.
Social Media Manager
Creates branded snippets and monitors production queues to keep up with daily posting schedules.
Marketing Coordinator
Automates personalized video assets for email campaigns and tracks production stats.
Media Operations Lead
Manages cloud assets and monitors organizational media health to ensure everything stays on brand.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShotstack
Render and edit videos programmatically with a cloud API that generates personalized video content at scale from templates.
Creatomate
Equip your AI agent to automate video generation, rendering, and asset management via the Creatomate API.
BannerBite
Dynamic image and video generation. generate media from templates and manage projects via AI.
Kapwing
Automate video and image rendering via Kapwing. create media from JSON, track render progress, and manage assets directly from any AI agent.
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.
Bring your own AI
Change the model, client or framework. Keep RenderMe 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 RenderMe.
The practical details behind the request, access and result.
Can I use RenderMe to create videos from scratch?
No, this Connector works with existing motion templates. You use it to automate the rendering of videos based on templates you've already set up in RenderMe.
How does the RenderMe MCP help with personalized content?
It allows your agent to inject dynamic variables like names, dates, or custom images into your templates. This makes it easy to generate hundreds of unique videos for different people without manual effort.
Can I see my render status without leaving my chat?
Yes, you can ask your agent to check the status of any specific job. It will tell you if the video is still rendering or if it's ready for you to download.
Will this Connector help me stay under my monthly render limit?
Yes, you can ask your agent to check your account statistics at any time. It will show you how many renders you've used and how many you have left for the month.
Is it possible to organize my video assets using RenderMe?
You can use your agent to list and manage your asset folders. This helps you keep your project files organized so your agent can find the right media faster.
What happens if a render job fails?
Your agent can check the status of any job and report errors. If something goes wrong, it will tell you the specific issue so you can adjust your variables and try again.
Can my AI automatically find my RenderMe templates?
Yes! Use the list_deployments capability. Your agent will respond with complete metadata for all your video templates, including their IDs and technical specifications in seconds.
How do I find my RenderMe (re.video) API Key?
Log in to your RenderMe account at app.re.video, navigate to the Settings or API section, and you will find your unique secret token there.
One connection away
Give your agent a direct line to RenderMe.
Connect RenderMe once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available