Skip to content

content repurposing mcp for Grok

io.github.closermethod/content-repurposing-mcp

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

client:Grok transport:stdio runtime:npm

Install content repurposing mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

content repurposing mcp in other clients