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

Open-source Claude skill for management consulting frameworks and case studies
A free, MIT-licensed Claude skill provides structured reference material for management consulting work, including frameworks, industry context, and case studies. The project consists of 80+ markdown files organized by domain and seeks contributors to expand coverage.

Moving from CLAUDE.md rules to infrastructure enforcement with Citadel
A developer found that adding more rules to CLAUDE.md beyond about 100 lines reduced compliance, with 40% redundancy in their file. The solution was moving enforcement from instructions to infrastructure using lifecycle hooks, skills, and campaign files, culminating in the open-source Citadel system.

Peers MCP Server Connects AI Coding Sessions for Collaboration
Peers is a local MCP server that connects Claude Code and Codex sessions, allowing them to discover each other, collaborate through shared scratchpads, share artifacts like diffs and test reports, and hand off session context as structured markdown.

Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste
Prompt-mini is a Claude Code plugin that intercepts vague prompts before execution, asks clarifying questions, and builds structured prompts with stack detection and specific rules for 40+ frameworks. The tool addresses 35 credit-killing patterns like missing scope, stop conditions, and file paths.