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