loading…
Search for a command to run...
loading…
Multi-platform content distribution — draft posts, repurpose content, generate carousels, schedule, analyze performance, create threads. 7 MCP tools.
Multi-platform content distribution — draft posts, repurpose content, generate carousels, schedule, analyze performance, create threads. 7 MCP tools.
MCP server for multi-platform content distribution — draft, repurpose, schedule, and analyze posts for LinkedIn, Instagram, X/Twitter, TikTok from any AI agent.
npx content-distribution-mcp
Or install globally:
npm install -g content-distribution-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"content-distribution": {
"command": "npx",
"args": ["-y", "content-distribution-mcp"],
"env": {
"CONTENT_DIR": "/path/to/your/content/directory"
}
}
}
}
Add to .claude/settings.json:
{
"mcpServers": {
"content-distribution": {
"command": "npx",
"args": ["-y", "content-distribution-mcp"],
"env": {
"CONTENT_DIR": "/path/to/your/content/directory"
}
}
}
}
| 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 |
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 contentcontent-distribution://content-queue — Planned content queueweekly_content_sprint — Generate a 5-post weekly content sprint| Variable | Description | Default |
|---|---|---|
CONTENT_DIR |
Path to content assets directory | ./content |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"content-distribution-mcp": {
"command": "npx",
"args": []
}
}
}