Content Distribution MCP Server

MCP server for multi-platform content distribution — publish to LinkedIn, Instagram, X/Twitter, TikTok, and more from any AI agent

Local serverstdio

What is the Content Distribution MCP MCP server?

If you already use Content Distribution MCP, the content distribution mcp mcp server is the piece that lets your assistant work with it directly. MCP server for multi-platform content distribution — publish to LinkedIn, Instagram, X/Twitter, TikTok, and more from any AI agent.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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

Credentials and setup notes

Configuration is passed through the environment: CONTENT_DIR. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

The server ships on npm as content-distribution-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Content Distribution MCP's toolset — draft_post, repurpose_content, generate_carousel and 4 more — is a fair guide to whether it matches your workflow. It is maintained by gomessoaresemmanuel-cpu; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Content Distribution MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
draft_postGenerate a post for any platform with 7 formats and 3 tones
repurpose_contentAdapt content from one platform to another
generate_carouselGenerate carousel slides for LinkedIn/Instagram
schedule_contentSchedule content to the publication queue
get_content_calendarView the content calendar for upcoming days
analyze_post_performanceAnalyze a post's estimated engagement and get improvement tips
generate_threadGenerate a multi-post thread for X or LinkedIn

How to install the Content Distribution MCP MCP server

{
  "mcpServers": {
    "content-distribution": {
      "command": "npx",
      "args": ["-y", "content-distribution-mcp"],
      "env": {
        "CONTENT_DIR": "/path/to/your/content/directory"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
CONTENT_DIRFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Content Distribution MCP to draft post.
  • Use Content Distribution MCP to repurpose content.
  • Use Content Distribution MCP to generate carousel.

Frequently asked questions

It connects Content Distribution MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (draft_post, repurpose_content, generate_carousel, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Content Distribution MCP directly.