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

120 Prompt Patterns Tested: 8 That Actually Work for Claude Code
A 3-month empirical test of 120 prompt patterns for Claude Code yields 8 actionable commands and 5 validation prompts. Key patterns: L99 (cuts hedging), /ghost (removes AI voice), OODA (structured reasoning), ULTRATHINK (deep reasoning), HARDMODE (constraint debugging).

Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6
A developer built a multi-agent trading system using ZagiHQ for orchestration with three parallel data-gathering agents and three LLMs (GPT-5.1, Claude 4.6 Opus, Claude 4.6 Sonnet) that must agree on trades. The system filters out setups through disagreement and requires manual approval.

Airbyte Agents: A Pre-Indexed Context Layer for AI Agents vs Raw API MCPs
Airbyte launches Airbyte Agents, a context layer that pre-indexes data from operational systems (Slack, Salesforce, Linear, Zendesk, Gong) to reduce agent token consumption by up to 90% compared to direct vendor MCPs.

Claude Code Container Provides Zero-Config Docker Isolation for Claude Code
Claude Code Container (ccc) is a free, open-source tool that automatically creates per-project Docker containers for Claude Code with full isolation and zero configuration. It forwards host environment variables, mounts SSH keys, provides transparent localhost proxy, and includes Chromium with chrome-devtools MCP pre-configured.