Skip to content
Cursor

content repurposer for Cursor

io.github.as-the-geek-learns/content-repurposer

Repurpose content into Twitter threads, LinkedIn posts, Substack notes, email, and video.

client:Cursor transport:stdio runtime:npm

Install content repurposer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "content-repurposer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "content-repurposer-mcp"
      ],
      "env": {
        "CONTENT_REPURPOSER_API_KEY": "<CONTENT_REPURPOSER_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

content repurposer in other clients