Claude to LinkedIn Posts Directly from Chat: Full Workflow
A Reddit user shared a practical workflow for posting directly to LinkedIn from Claude AI using the Contentdrips MCP connector. The entire process—caption writing, graphic generation, and publishing—happens in a single conversation.
How It Works
- Open Claude and say: "Write me a LinkedIn post about [topic]" — Claude drafts the caption.
- Review and tweak the caption as needed.
- Ask Claude to generate a 1080x1080 graphic: it spins up the Contentdrips AI design agent, renders the image, attaches it to the post, and publishes everything together.
- Finally, tell Claude to publish — it sends the post to LinkedIn.
Setup Steps
To replicate this workflow:
- Go to claude.ai → Customize → Add Connector.
- Add a Custom Connector with the URL:
https://mcp.contentdrips.com/mcp - Enter your Contentdrips API key (obtain one from Contentdrips).
- Start chatting — Claude can now post to LinkedIn for you.
The setup works with both Claude Web and Claude Code.
Practical Details
The workflow was tested with Claude Web, but the user confirmed it also works with Claude Code. The Contentdrips MCP agent handles the design side — generating a 1080x1080 image and attaching it to the post before publishing. This avoids manual export/import steps between tools.
No additional configuration was mentioned beyond the API key. If you already use Contentdrips, you can likely reuse your existing API key. The entire interaction is conversational: you tell Claude what to write and when to publish.
📖 Read the full source: r/ClaudeAI
👀 See Also
Cue AI Uses Gemma 4 for Faster Voice Dictation: 44% Latency Drop, 30% More Usage
Cue AI replaced a cloud-based text polish step with Google DeepMind's Gemma 4 E4B running locally via Ollama, cutting median latency from 876ms to 488ms and increasing dictation usage by 30%.

ClawCodex /advisor Mode: Pair Cheap Worker with Expensive Reviewer to Cut Costs Without Losing Quality
Open-source Python coding agent ClawCodex adds an /advisor mode that pairs a cheap worker model (e.g., Haiku) with an expensive reviewer (e.g., Opus) at decision points, cutting costs several-fold without sacrificing architectural judgment.

Detecting Silent Tool Failures in AI Coding Agents with Vibeyard
Vibeyard is a tool that detects when AI coding agents experience silent tool failures—where agents fall back to alternative strategies without alerting developers—and surfaces these inefficiencies during sessions. It can suggest fixes to prevent repeated inefficient workflows.

Fine-tuned Qwen3-0.6B model outperforms 120B teacher on structured function calling
Distil Labs published an end-to-end pipeline that fine-tunes a Qwen3-0.6B model to achieve 79.5% exact match on IoT smart home function calling, outperforming a 120B teacher model by 29 points. The pipeline uses production traces to generate synthetic training data without manual annotation.