
Content Distribution MCP
from gomessoaresemmanuel-cpu
Multi-platform content distribution - draft, repurpose, schedule, analyze posts for LinkedIn, Instagram, X/Twitter, TikTok. 7 MCP tools.
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
Content Distribution MCP
MCP server for multi-platform content distribution โ draft, repurpose, schedule, and analyze posts for LinkedIn, Instagram, X/Twitter, TikTok from any AI agent.
Tools
| Tool | Description |
|---|---|
draft_post | Generate a post for any platform with 7 formats and 3 tones |
repurpose_content | Adapt content from one platform to another |
generate_carousel | Generate carousel slides for LinkedIn/Instagram |
schedule_content | Schedule content to the publication queue |
get_content_calendar | View the content calendar for upcoming days |
analyze_post_performance | Analyze a post's estimated engagement and get improvement tips |
generate_thread | Generate a multi-post thread for X or LinkedIn |
Post Formats
hook_storyโ Hook + personal story + lessonstat_chocโ Shocking statistic + analysisquestionโ Provocative question + discussionframeworkโ Step-by-step framework/methodtemoignageโ Client testimonial/case studymythe_realiteโ Myth vs reality debunkbehind_scenesโ Behind the scenes content
Platforms
- LinkedIn (posts, carousels, threads)
- Instagram (posts, carousels, reels captions)
- X/Twitter (tweets, threads)
- TikTok (captions)
Resources
content-distribution://content-queueโ Planned content queue
Prompts
weekly_content_sprintโ Generate a 5-post weekly content sprint
Environment Variables
| Variable | Description | Default |
|---|---|---|
CONTENT_DIR | Path to content assets directory | ./content |
Copy & paste โ that's it
npx content-distribution-mcpBefore it works, you'll need: CONTENT_DIR
Installation
npx content-distribution-mcpOr install globally:
npm install -g content-distribution-mcpConfiguration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"content-distribution": {
"command": "npx",
"args": ["-y", "content-distribution-mcp"],
"env": {
"CONTENT_DIR": "/path/to/your/content/directory"
}
}
}
}Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"content-distribution": {
"command": "npx",
"args": ["-y", "content-distribution-mcp"],
"env": {
"CONTENT_DIR": "/path/to/your/content/directory"
}
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
License
MIT