content repurposer for Windsurf
io.github.as-the-geek-learns/content-repurposer
Repurpose content into Twitter threads, LinkedIn posts, Substack notes, email, and video.
client:Windsurf
transport:stdio
runtime:npm
Install content repurposer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"content-repurposer": {
"command": "npx",
"args": [
"-y",
"content-repurposer-mcp"
],
"env": {
"CONTENT_REPURPOSER_API_KEY": "<CONTENT_REPURPOSER_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs