Skip to content
VS Code

content repurposing mcp for VS Code

io.github.closermethod/content-repurposing-mcp

One asset, every platform: repurpose maps, platform specs, and the film-once-cut-many workflow.

client:VS Code transport:stdio runtime:npm

Install content repurposing mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "content-repurposing-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "content-repurposing-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

content repurposing mcp in other clients