content repurposing mcp for Cursor
io.github.closermethod/content-repurposing-mcp
One asset, every platform: repurpose maps, platform specs, and the film-once-cut-many workflow.
client:Cursor
transport:stdio
runtime:npm
Install content repurposing mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"content-repurposing-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"content-repurposing-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs