BannerBite Connector for AI agents.
9 live capabilities
Create and manage marketing images and videos from templates.
Waiting for input…
Why people use BannerBite
BannerBite: Automate Marketing Asset Production for Design Teams
BannerBite changes that by letting your agent do the clicking for you. You describe the changes in plain English, and the Connector handles the layer updates and rendering. You go from spending an afternoon on exports to getting twenty assets in a few minutes.
What Vinkius changes
You get a way to turn text prompts into production-ready marketing media without touching a design capability.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Bulk Ad Problem
A marketer needs 20 different versions of a 50% Off banner for different cities.
- Real-world use case 02
The Status Check Problem
An ops lead wants to know if the video batch for the summer campaign is done.
- Real-world use case 03
The Content Sprint Problem
A creator needs a thumbnail for every episode of a new series.
Complete set · 9capabilities
The complete BannerBite capability set.
These are the exact actions your AI can choose when you ask it to work with BannerBite.
01—03
3 capabilities in this set.
Part of 9 available through BannerBite.
- 01 Capability
Generate image
Create a static image from an existing project. This is perfect for getting one-off assets quickly.
- 02 Capability
Generate media
Build an image or video from a template. It handles the heavy lifting of applying your requested changes.
- 03 Capability
Generate video
Turn a project into a video file. Use this when you need to move beyond static graphics into motion.
04—06
3 capabilities in this set.
Part of 9 available through BannerBite.
- 04 Capability
Get account check
Verify your connection to BannerBite. This confirms your agent has the right access to start working.
- 05 Capability
Get project
Pull specific details for a project. It helps your agent understand the scope of a particular creative asset.
- 06 Capability
Get render
Check the status and details of a specific render. Use this to see if a file is ready for download.
07—09
3 capabilities in this set.
Part of 9 available through BannerBite.
- 07 Capability
List bites
See all scenes within a project. This helps you organize and navigate through complex multi-scene assets.
- 08 Capability
List projects
Get a full list of your BannerBite projects. It lets your agent see the entire scope of your work.
- 09 Capability
List renders
See all your recent media renders. This is the fastest way to audit your most recent production output.
Set up in minutes
One URL. Then ask BannerBite to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BannerBite 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_v3pLcKCBcFM95qvJ2J4wwbDQ7bOhDBK3rd1pjy2g/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 BannerBite, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BannerBite for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_v3pLcKCBcFM95qvJ2J4wwbDQ7bOhDBK3rd1pjy2g/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 BannerBite URL.
- Step 03
Save and start
Save the connection and enable BannerBite in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bannerbite": {
"url": "https://edge.vinkius.com/vk_preview_v3pLcKCBcFM95qvJ2J4wwbDQ7bOhDBK3rd1pjy2g/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 BannerBite
Open Agent mode in chat and ask: "Using BannerBite, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bannerbite": {
"url": "https://edge.vinkius.com/vk_preview_v3pLcKCBcFM95qvJ2J4wwbDQ7bOhDBK3rd1pjy2g/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 BannerBite
Ask Copilot: "Using BannerBite, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bannerbite": {
"url": "https://edge.vinkius.com/vk_preview_v3pLcKCBcFM95qvJ2J4wwbDQ7bOhDBK3rd1pjy2g/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 BannerBite
Open Cascade and ask: "Using BannerBite, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bannerbite": {
"url": "https://edge.vinkius.com/vk_preview_v3pLcKCBcFM95qvJ2J4wwbDQ7bOhDBK3rd1pjy2g/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 BannerBite
Ask Cline: "Using BannerBite, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bannerbite --transport http "https://edge.vinkius.com/vk_preview_v3pLcKCBcFM95qvJ2J4wwbDQ7bOhDBK3rd1pjy2g/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 BannerBite
Ask Claude: "Using BannerBite, show me...". 9 tools are ready
Where the request belongs
Work BannerBite can move forward.
This is for the marketing lead who is drowning in manual asset requests and the content creator who needs to pump out 50 variations of a single ad without losing their mind.
Marketing Manager
Handles personalized campaign graphics by asking the agent to swap headlines on existing templates.
Content Creator
Generates social media thumbnails and video clips on the fly to keep up with a fast-paced posting schedule.
Operations Lead
Monitors the status of large rendering batches and audits project backlogs to keep production on track.
Developer
Builds automated notification systems that trigger custom visual media for different user segments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBannerbear (Image Gen)
Automate image and video generation via Bannerbear. create dynamic assets from templates and manage collections directly from your AI agent.
RenderForm
Generate dynamic images and social media graphics from templates with an API that personalizes visuals at scale for any campaign.
RenderMe
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.
Abyssale
Automated creative production. generate dynamic images, banners, and personalized visuals via AI.
GenerateBanners
Create professional ad banners and social media graphics automatically with templates that match your brand guidelines.
Bring your own AI
Change the model, client or framework. Keep BannerBite 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 BannerBite.
The practical details behind the request, access and result.
What is BannerBite for?
BannerBite is an Connector that lets your AI agent generate images and videos from your existing templates. It's built for people who need to create lots of visual content quickly without doing the manual design work themselves.
Can it create videos?
Yes, it can generate MP4 videos from your templates. You just tell your agent what changes to make to the layers, and it handles the rendering.
Do I need to know how to use design software?
No. The whole point is that you don't have to. You talk to your agent in plain English, and it uses the Connector to do the technical work in the background.
How do I see if my renders are finished?
Your agent can check that for you automatically. You can ask it to list recent renders, and it will show you the status and the final download links.
Can I use it for social media?
It's perfect for social media. You can use it to create dozens of variations of a single post, like swapping out different headlines or product shots for different audiences.
Does it work with my current templates?
Yes, it's designed to work with your pre-defined templates. This ensures that every asset your agent creates stays perfectly on-brand.
How do I specify which text to change in a template?
When using the generate_media capability, provide a JSON string in the modifications_json parameter. Use the layer names from your BannerBite project as keys (e.g., {"text_1": "New Headline"}). Your agent can help you identify these layers by listing project bites.
Can I generate static images instead of videos?
Yes. Use the generate_image capability for static PNG files or generate_video for MP4 files. Both capabilities allow for the same dynamic layer modifications through natural language commands.
Where do I find the final generated media file?
The generation capabilities return a Render object containing a public URL. You can also use the get_render capability with a Render ID to retrieve the status and download link for any recent production.
One connection away
Give your agent a direct line to BannerBite.
Connect BannerBite once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available