Paste a topic, blog URL, YouTube link, or TikTok URL. OpenClaw writes slide content and renders a carousel using any of your templates.
New Launch: Contentdrips MCP –Try for Free➜
✦ OPENCLAW INTEGRATION
ContentDrips OpenClaw connects your command-line AI agent to your ContentDrips account. Generate carousels, design graphics, and publish to LinkedIn & Instagram without switching tools.
HOW IT WORKS
Export your API key, run one command, describe what you want — rendered images scheduled and posted.
Export your API key, then run openclaw mcp set contentdrips with the MCP URL and your ContentDrips API key as a Bearer header.
In plain English write “Make a 5-slide LinkedIn carousel from this blog post using my Blue Corporate template.”
OpenClaw calls the right tools, renders your design to PNG, creates a post, and publishes to LinkedIn or Instagram.
USE-CASES
Here’s what creators, marketers, & agencies actually use ContentDrips OpenClaw for
Drop a blog URL into OpenClaw and ask for a 7-slide LinkedIn carousel. OpenClaw extracts key points, writes slide copy, renders the design, and gives you download links. What used to take 45 minutes is now one command.
Describe what you want in plain English. The AI Design Agent generates the full layout, including colors, fonts, and brand elements, and saves it to your ContentDrips account for fine-tuning.
Generate a carousel, attach it to a draft post, write a LinkedIn caption, and schedule everything for Monday 9am, all without opening the ContentDrips web app once.
Build agentic workflows that pull topics from a spreadsheet, generate carousels for each, and queue them as draft posts. ContentDrips OpenClaw is fully compatible with any MCP-capable agent framework.
Run batch generation across multiple client workspaces. Generate carousels for each topic in bulk, queue them as draft posts, and hand off to clients — all from one terminal session.
SEE IT IN ACTION
Talk with OpenClaw to see how chats in your terminal convert into content.
From browsing your templates to scheduling a post — every action is a tool OpenClaw can call.
Paste a topic, blog URL, YouTube link, or TikTok URL. OpenClaw writes slide content and renders a carousel using any of your templates.
Describe a graphic in plain text. The AI builds the full Fabric.js layout, including typography, colors, shapes, and your branding, then saves it to your account.
Create posts, attach rendered images, and schedule them to LinkedIn and Instagram with timezone support, all within a single terminal session.
Browse public templates by category, search your saved designs, inspect field structures, and create new blank designs in any format.
Retrieve all of your posts and graphics, re-use them, see if they are scheduled or in draft. Edit them easily through our MCP.
Turn any YouTube video, blog post, or TikTok Reel into a ready-to-post carousel or single graphic, without leaving your terminal.
TOOLS REFERENCE
From browsing your templates to scheduling a post — every action is a tool OpenClaw can call.
EXAMPLE SESSION
A single OpenClaw session can browse templates, generate a carousel, attach images, and schedule the post — without leaving your terminal.
| Template | Renders | Scheduled |
|---|---|---|
| Blue Corporate | 3,240 | +4 posts |
| Minimal Dark | 2,180 | +2 posts |
| Bold Quote | 1,560 | +1 post |
SETUP
Works with OpenClaw CLI, Claude Code, Cursor, and any MCP-compatible client via HTTP + SSE transport.
export CONTENTDRIPS_API_KEY=your_key
openclaw mcp set contentdrips "{...}"
openclaw mcp list
claude mcp run
mcp.contentdrips.com/mcp
Authorization: Bearer key
Standard MCP over HTTP
CONFIG EXAMPLES
export CONTENTDRIPS_API_KEY=your_api_key_here
openclaw mcp set contentdrips "{
\"type\": \"streamable-http\",
\"url\": \"https://mcp.contentdrips.com/mcp\",
\"headers\": { \"Authorization\": \"Bearer $CONTENTDRIPS_API_KEY\" }
}"
# Verify
openclaw mcp list
// ~/.claude.json
{
"mcpServers": {
"contentdrips": {
"type": "http",
"url": "https://mcp.contentdrips.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
# Verify your MCP server is reachable
curl -X POST https://mcp.contentdrips.com/mcp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
Everything you need to know about connecting and using ContentDrips with OpenClaw.
26 MCP tools. AI carousel generation. Direct publishing to LinkedIn & Instagram. Connect in under 2 minutes.
mcp.contentdrips.com/mcp · HTTP + SSE transport · Works with OpenClaw, Cursor & any MCP client