Catalog
io.github.As-The-Geek-Learns/content-repurposer
OfficialRepurpose content into Twitter threads, LinkedIn posts, Substack notes, email, and video.
Transform content into multiple social and email formats automatically.
README not available yet.
Install
Configuration
Environment variables
CONTENT_REPURPOSER_API_KEYrequiredsecretYour ContentRepurposer API key (get one at https://contentrepurposer.app/settings/api-keys)
claude_desktop_config.json
{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp@1.0.2"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<YOUR_CONTENT_REPURPOSER_API_KEY>"
}
}
}
}