gomessoaresemmanuel-cpu

Content Distribution MCP

Updated

MCP server for multi-platform content distribution — draft, repurpose, schedule posts for LinkedIn, Instagram, X, TikTok from any AI agent

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.

Installation

npx content-distribution-mcp

Or install globally:

npm install -g content-distribution-mcp

Configuration

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"
      }
    }
  }
}

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 + lesson
  • stat_choc — Shocking statistic + analysis
  • question — Provocative question + discussion
  • framework — Step-by-step framework/method
  • temoignage — Client testimonial/case study
  • mythe_realite — Myth vs reality debunk
  • behind_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

License

MIT

MCP Server · Populars

MCP Server · New

    aovestdipaperino

    tokensave

    Rust port of CodeGraph — a local-first code intelligence system that builds semantic knowledge graphs from codebases. Ported from the original TypeScript implementation by @colbymchenry.

    Community aovestdipaperino
    jpicklyk

    MCP Task Orchestrator

    Server-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution. Schemas define what agents must produce — the server blocks the call if they don't. Works with any MCP-compatible client.

    Community jpicklyk
    AgentsID-dev

    AgentsID Scanner

    Security scanner for MCP servers. Grades auth, permissions, injection risks, and tool safety. The Lighthouse of agent security.

    Community AgentsID-dev
    remete618

    widemem.ai

    Next-gen AI memory layer with importance scoring, temporal decay, hierarchical memory, and YMYL prioritization

    Community remete618
    Ruya-AI

    Cozempic

    Context cleaning for Claude Code — prune bloated sessions, protect Agent Teams from context loss, auto-guard with tiered pruning

    Community Ruya-AI