Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

content repurposer in other clients