Repurposes articles, blog posts, or raw text into casual Instagram captions optimized with emojis and hashtags.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RemixPost MCP ServerTurn https://example.com/ai-trends into a Twitter thread and LinkedIn post"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RemixPost MCP Server
A Model Context Protocol (MCP) server that repurposes content for multiple social media platforms using AI.
Features
Repurpose any content - Transform articles, blog posts, or raw text into platform-optimized content
URL support - Pass a URL and the server extracts content automatically
Multi-platform output:
Twitter: 5-tweet thread with hooks and engagement
LinkedIn: Professional post with bullet points and hashtags
Instagram: Casual caption with emojis and hashtags
Newsletter: Curiosity-driven intro paragraph
Installation
npm install
npm run buildConfiguration
Set your Anthropic API key:
export ANTHROPIC_API_KEY="your-key-here"Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"remixpost": {
"command": "node",
"args": ["/path/to/remixpost-mcp/dist/index.js"],
"env": {
"ANTHROPIC_API_KEY": "your-key-here"
}
}
}
}With MCP CLI
npm startTool: repurpose_content
Input Schema
Parameter | Type | Required | Description |
content | string | Yes | Text content or URL to repurpose |
platforms | array | No | Platforms to target. Default: all |
Valid platforms: twitter, linkedin, instagram, newsletter
Example Request
{
"content": "https://example.com/blog-post",
"platforms": ["twitter", "linkedin"]
}Example Response
{
"twitter": [
"🚀 Just discovered something that changed how I think about productivity...",
"The key insight: your morning routine isn't about the routine itself...",
"Here's what most people get wrong...",
"The fix is simple but counterintuitive...",
"Try this tomorrow and let me know how it goes 👇"
],
"linkedin": "I've been rethinking productivity lately.\n\n→ Most advice focuses on doing more\n→ But the real gains come from doing less, better\n→ Here's what I learned...\n\n#productivity #leadership #growth"
}Development
# Run in dev mode
npm run dev
# Build for production
npm run buildLicense
MIT
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.