Content MCP Server

Short-form hook styles, script structures, retention and CTA rules for creators.

Local serverstdio

What is the Content MCP server?

If you already use Content, the content mcp server is the piece that lets your assistant work with it directly. Short-form hook styles, script structures, retention and CTA rules for creators.

What the server does

AI agents drafting short-form content default to the same failure: greeting openers, hype adjectives, three ideas per video, and four CTAs. This MCP gives the agent the mechanics that survive contact with the feed — and auditors that fail drafts before they cost a post.

Installation

Installation goes through your MCP client rather than a global install: point it at content-hooks-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • get_hook_mechanics — 10 hook styles as fill-in structures with why each works + failure mode
  • audit_hook — PASS/NEEDS WORK on a hook line: 2-second window, greetings, hype vs receipts, style detection
  • get_script_structure — Beat-by-beat timing for talking_head, voiceover_broll, tutorial, storytime, ugc_ad
  • audit_script — Full script audit: hook, spoken length, single-CTA law, zero-numbers check
  • get_retention_mechanics — Open loops, payoff scheduling, pattern breaks, specificity ladders, loop endings
  • get_cta_rules — CTA rules by goal (follow, comment seed, lead magnet, product, save/share)
  • get_full_pack — Everything in one payload for agent context

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Content's toolset — get_hook_mechanics, audit_hook, get_script_structure and 4 more — is a fair guide to whether it matches your workflow. It is maintained by closermethod; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
get_hook_mechanics10 hook styles as fill-in structures with why each works + failure mode
audit_hookPASS/NEEDS WORK on a hook line: 2-second window, greetings, hype vs receipts, style detection
get_script_structureBeat-by-beat timing for talking_head, voiceover_broll, tutorial, storytime, ugc_ad
audit_scriptFull script audit: hook, spoken length, single-CTA law, zero-numbers check
get_retention_mechanicsOpen loops, payoff scheduling, pattern breaks, specificity ladders, loop endings
get_cta_rulesCTA rules by goal (follow, comment seed, lead magnet, product, save/share)
get_full_packEverything in one payload for agent context

How to install the Content MCP server

Claude Desktop config:
```json
{ "mcpServers": { "content-hooks": { "command": "npx", "args": ["content-hooks-mcp"] } } }

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Content to get hook mechanics.
  • Use Content to audit hook.
  • Use Content to get script structure.

Frequently asked questions

It connects Content to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (get_hook_mechanics, audit_hook, get_script_structure, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Content directly.