Content Repurposer
Rank #5,184io.github.As-The-Geek-Learns/content-repurposer
Repurpose content into Twitter threads, LinkedIn posts, Substack notes, email, and video.
Content Repurposer is a Model Context Protocol (MCP) server published by As-The-Geek-Learns. It ranks #5,184 of 132,046 servers tracked on MCP Toplist, and its repository has 54 GitHub stars. Content Repurposer is listed across 2 registries — Official MCP and mcp.so, with 2 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 126,862 of 132,046 servers on MCP Toplist.
Use Content Repurposer
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add content-repurposer -e "CONTENT_REPURPOSER_API_KEY=<your CONTENT_REPURPOSER_API_KEY>" -- npx -y content-repurposer-mcpReplace each placeholder with your own value before saving.
[mcp_servers.content-repurposer]
command = "npx"
args = ["-y", "content-repurposer-mcp"]
[mcp_servers.content-repurposer.env]
CONTENT_REPURPOSER_API_KEY = "<your CONTENT_REPURPOSER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<your CONTENT_REPURPOSER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<your CONTENT_REPURPOSER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"content-repurposer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<your CONTENT_REPURPOSER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<your CONTENT_REPURPOSER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<your CONTENT_REPURPOSER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.As-The-Geek-Learns%2Fcontent-repurposer)<a href="https://mcptoplist.com/server/io.github.As-The-Geek-Learns%2Fcontent-repurposer"><img src="https://mcptoplist.com/badge/io.github.As-The-Geek-Learns%2Fcontent-repurposer.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
As-The-Geek-Learns
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Content Repurposer?
- Content Repurposer is maintained by As-The-Geek-Learns, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Content Repurposer listed on the Official MCP Registry?
- Yes — Content Repurposer is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Content Repurposer have?
- MCP Toplist tracks 2 versions of Content Repurposer, most recently published on Apr 2, 2026.
- Where can I find the source code for Content Repurposer?
- The source code for Content Repurposer is hosted at github.com/As-The-Geek-Learns/content-repurposer.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.