io.github.As-The-Geek-Learns/content-repurposer MCP Server
io.github.As-The-Geek-Learns/content-repurposer
What is the io.github.As-The-Geek-Learns/content-repurposer MCP server?
Repurpose content into Twitter threads, LinkedIn posts, Substack notes, email, and video.
How to install io.github.As-The-Geek-Learns/content-repurposer
Copy-paste configuration for popular MCP clients.
CONTENT_REPURPOSER_API_KEYrequiredsecretYour ContentRepurposer API key (get one at https://contentrepurposer.app/settings/api-keys)
{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<YOUR_CONTENT_REPURPOSER_API_KEY>"
}
}
}
}{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<YOUR_CONTENT_REPURPOSER_API_KEY>"
}
}
}
}{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<YOUR_CONTENT_REPURPOSER_API_KEY>"
}
}
}
}{
"servers": {
"content-repurposer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<YOUR_CONTENT_REPURPOSER_API_KEY>"
}
}
}
}claude mcp add content-repurposer --env CONTENT_REPURPOSER_API_KEY=<YOUR_CONTENT_REPURPOSER_API_KEY> -- npx -y content-repurposer-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.