Contentdrips Connector for AI agents.
10 live capabilities
Create high-quality social media carousels and visual content for every platform.
Waiting for input…
Why people use Contentdrips
Contentdrips for Social Media Graphic Automation
This Connector changes that by putting the design engine inside your chat. You tell your agent what you want to say and which template to use, and it handles the rest. You get a finished graphic ready for posting without ever touching a slider or a canvas. It turns a thirty-minute design task into a ten-second conversation.
What Vinkius changes
You stop manually designing slides and start generating finished content through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Turning a blog post into a carousel
A writer asks the agent to turn a 500-word post into a 7-slide Instagram carousel using a specific template.
- Real-world use case 02
Generating a week of quotes
A brand manager asks the agent to render 10 quote images for the week using the render_batch capability.
- Real-world use case 03
Checking a render queue
A manager asks the agent if the morning's content is ready, and the agent checks the status of all jobs.
Complete set · 10capabilities
The complete Contentdrips capability set.
These are the exact actions your AI can choose when you ask it to work with Contentdrips.
01—04
4 capabilities in this set.
Part of 10 available through Contentdrips.
- 01 Capability
Get job result
Grab the final render data for a specific job. This gives you the links you need to share.
- 02 Capability
Get job status
See if a rendering task is still working or finished. Use this to track your progress in real time.
- 03 Capability
Get template
Get the specific details of a saved design template. This helps you pick the right look for a post.
- 04 Capability
List templates
See every template available in your account. Use this to browse your existing design library.
05—07
3 capabilities in this set.
Part of 10 available through Contentdrips.
- 05 Capability
Render batch
Create a large group of graphics at once. This is perfect for generating a week of content.
- 06 Capability
Render carousel
Generate a multi-slide social media carousel. This creates your slides automatically.
- 07 Capability
Render image
Create a single graphic for a post. Use this for quick quotes or single images.
08—10
3 capabilities in this set.
Part of 10 available through Contentdrips.
- 08 Capability
Check contentdrips status
Verify your account connection is active. This helps ensure your agent can talk to the platform.
- 09 Capability
Get account
Pull your current account details. Use this to see your profile information and plan.
- 10 Capability
Render pdf
Export your generated content as a PDF file. This is great for lead magnets or newsletters.
Set up in minutes
One URL. Then ask Contentdrips to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Contentdrips 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_SkIIcq4W62mDCzf11yHc1Cd7sylG52RBNuQObolz/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 Contentdrips, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Contentdrips for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SkIIcq4W62mDCzf11yHc1Cd7sylG52RBNuQObolz/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 Contentdrips URL.
- Step 03
Save and start
Save the connection and enable Contentdrips in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"contentdrips": {
"url": "https://edge.vinkius.com/vk_preview_SkIIcq4W62mDCzf11yHc1Cd7sylG52RBNuQObolz/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 Contentdrips
Open Agent mode in chat and ask: "Using Contentdrips, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"contentdrips": {
"url": "https://edge.vinkius.com/vk_preview_SkIIcq4W62mDCzf11yHc1Cd7sylG52RBNuQObolz/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 Contentdrips
Ask Copilot: "Using Contentdrips, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"contentdrips": {
"url": "https://edge.vinkius.com/vk_preview_SkIIcq4W62mDCzf11yHc1Cd7sylG52RBNuQObolz/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 Contentdrips
Open Cascade and ask: "Using Contentdrips, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"contentdrips": {
"url": "https://edge.vinkius.com/vk_preview_SkIIcq4W62mDCzf11yHc1Cd7sylG52RBNuQObolz/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 Contentdrips
Ask Cline: "Using Contentdrips, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add contentdrips --transport http "https://edge.vinkius.com/vk_preview_SkIIcq4W62mDCzf11yHc1Cd7sylG52RBNuQObolz/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 Contentdrips
Ask Claude: "Using Contentdrips, show me...". 10 tools are ready
Where the request belongs
Work Contentdrips can move forward.
Social media managers who are tired of the design loop and content creators who need to pump out high-quality visuals daily without hiring a full-time designer.
Social Media Manager
Uses the Connector to turn weekly content plans into actual carousels in minutes.
Content Creator
Pulls specific graphic metadata to ensure every post meets brand guidelines.
Growth Engineer
Automates the flow of assets from Contentdrips into other scheduling software.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAbyssale
Automated creative production. generate dynamic images, banners, and personalized visuals via AI.
BannerBite
Dynamic image and video generation. generate media from templates and manage projects via AI.
Bannerbear (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.
GenerateBanners
Create professional ad banners and social media graphics automatically with templates that match your brand guidelines.
NiftyImages
Manage personalized images and dynamic content via NiftyImages. track images, widgets, and countdown timers directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Contentdrips 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 Contentdrips.
The practical details behind the request, access and result.
How does the Contentdrips MCP help with my social media workflow?
It connects your content ideas directly to your graphics. Instead of manually designing slides, you can tell your agent what to say and which template to use. It then handles the rendering, saving you hours of design work.
Can I use the Contentdrips MCP to create multiple posts at once?
Yes. You can use the batch rendering feature to submit several requests in one go. Your agent will track the progress of the entire group and notify you when they are ready.
Does the Contentdrips MCP require me to have a design degree?
Not at all. The Connector uses your existing templates to ensure the design is consistent. You just provide the text, and the capability handles the visual layout for you.
Will the Contentdrips MCP work with my current AI client?
It works with any MCP-compatible client. Once you connect it, you can trigger renders and check statuses directly from your preferred chat interface.
Can I get direct links to my finished graphics using Contentdrips MCP?
Yes. The Connector can retrieve the final download URLs for your images or PDFs. This makes it easy to grab your finished assets and move them into your scheduling capability.
Is there a way to see all my available templates via the Contentdrips MCP?
Yes, your agent can list all the templates in your account. This allows you to browse your design library and pick the best one for your next post without leaving your chat.
How do I find my Contentdrips API Key?
Log in to your account, navigate to Settings > API, and copy your unique Bearer Token from the credentials section.
Can I check the status of a render job via AI?
Yes! The get_job_status capability allows your agent to poll the real-time status of any generation request.
How do I retrieve the final graphic URL?
Use the get_job_result capability and provide the Job ID to retrieve the hosted URL for your PNG or PDF asset.
One connection away
Give your agent a direct line to Contentdrips.
Connect Contentdrips once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available