MCP Server
Maintained
io.github.closermethod/content-repurposing-mcp MCP Server
io.github.closermethod/content-repurposing-mcp
What is the io.github.closermethod/content-repurposing-mcp MCP server?
One asset, every platform: repurpose maps, platform specs, and the film-once-cut-many workflow.
How to install io.github.closermethod/content-repurposing-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"content-repurposing-mcp": {
"command": "npx",
"args": [
"-y",
"content-repurposing-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"content-repurposing-mcp": {
"command": "npx",
"args": [
"-y",
"content-repurposing-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"content-repurposing-mcp": {
"command": "npx",
"args": [
"-y",
"content-repurposing-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"content-repurposing-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"content-repurposing-mcp"
]
}
}
}Claude Code
claude mcp add content-repurposing-mcp -- npx -y content-repurposing-mcpRelated MCP servers
Operational layer for running accounts: calendars, cadence, captions, hashtags, reporting.
1
View repository →JavaScript
io.github.closermethod/content-hooks-mcp
Maintained
Short-form hook styles, script structures, retention and CTA rules for creators.
0
View repository →JavaScript
io.github.closermethod/creator-deals-mcp
Maintained
Deal mechanics for brand deals, UGC, and newsletter sponsorships: rights, exclusivity, negotiation.
0
View repository →JavaScript
Newsletter growth loops, welcome-sequence architecture, subject-line and list-metric guidance.
0
View repository →JavaScript
One cold-outreach engine for any target: HOOK/BRIDGE/SOFT-ASK, follow-up ladder, reply playbook.
0
View repository →JavaScript
Channel-safety for cold outreach: volume limits, SPF/DKIM/DMARC, spam-trigger auditing.
0
View repository →JavaScript