🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

content-repurposer-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-repurposer-mcp

MCP server for ContentRepurposer — turn any content into Twitter threads, LinkedIn posts, Substack notes, email newsletters, and video scripts

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
41
28.13%
Maintainers
1
Weekly downloads
 
Created
Source

content-repurposer-mcp

An MCP (Model Context Protocol) server that connects AI assistants to ContentRepurposer — turning any blog post, transcript, or article into platform-optimized content for Twitter/X, LinkedIn, Substack, email, and video.

What it does

This MCP server exposes two tools:

ToolDescription
repurpose_contentTakes content and generates platform-specific versions
list_formatsLists available output formats with descriptions

Setup

1. Get an API key

Sign up at contentrepurposer.app and generate an API key at Settings → API Keys.

2. Install

npm install -g content-repurposer-mcp

3. Configure your AI client

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "content-repurposer": {
      "command": "content-repurposer-mcp",
      "env": {
        "CONTENT_REPURPOSER_API_KEY": "cr_sk_your_key_here"
      }
    }
  }
}

Claude Code

Add to your .claude/settings.json:

{
  "mcpServers": {
    "content-repurposer": {
      "command": "content-repurposer-mcp",
      "env": {
        "CONTENT_REPURPOSER_API_KEY": "cr_sk_your_key_here"
      }
    }
  }
}

Usage

Once configured, ask your AI assistant:

"Repurpose this blog post into Twitter threads and LinkedIn posts"

"Take this YouTube transcript and create content for all platforms"

"What formats can ContentRepurposer generate?"

Environment Variables

VariableRequiredDescription
CONTENT_REPURPOSER_API_KEYYesYour API key from contentrepurposer.app
CONTENT_REPURPOSER_API_URLNoCustom API URL (defaults to https://contentrepurposer.app)

Output Formats

  • twitter_thread — 5-12 tweet threads with hooks and CTAs
  • linkedin_post — Professional posts optimized for mobile
  • substack_notes — 10-note campaigns across 5 categories
  • email_snippet — Subject line, preview text, and body
  • video_script — 60-second scripts for Shorts/Reels/TikTok

License

MIT

Keywords

mcp

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts