Local-only MCP server and CLI for AI video ad briefs, UGC scripts, storyboards, and prompts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Local MCP server for AI video ad planning.
AdsTurbo Creative MCP helps AI agents plan video ad briefs, hooks, UGC scripts, storyboards, variation plans, script reviews, and AdsTurbo-ready prompts before a team spends on video generation.
Use it when you need a local MCP server or CLI for AI ad creative planning, UGC ad scripts, short-form video storyboards, AI marketing agents, prompt engineering for video ads, or an AdsTurbo prompt exporter for Claude Desktop, Cursor, Codex, and other MCP clients.
| Search Intent | What This Project Provides |
|---|---|
| MCP server for ad creative planning | Local tools for briefs, hooks, scripts, storyboards, reviews, and prompts |
| AI agent workflow for video ads | Structured planning outputs before paid video generation |
| UGC script generator | Mobile-first UGC scripts with hook, problem, demo, proof, CTA, captions, and shot notes |
| Video ad storyboard generator | JSON storyboard objects for TikTok, Reels, Shorts, Meta, and YouTube |
| AI ad creative workflow with MCP | Local planning flow from hooks to brief, UGC script, storyboard, review, and AdsTurbo prompt |
| AdsTurbo prompt generator | AdsTurbo-ready prompts plus a clear handoff to the full AdsTurbo website experience |
| Local AI marketing CLI | adsturbo-creative terminal commands with no API key or credits |
It is a planning layer only:
When the creative plan is approved, users can continue on the AdsTurbo website for a fuller production experience: product video generation, preview, export, and iteration around visuals, captions, pacing, CTA, and product context.
| Tool | Cost | Description |
|---|---|---|
build_ad_brief | Free/local | Build a full video ad brief from product details |
generate_hooks | Free/local | Generate short-form ad hooks |
write_ugc_script | Free/local | Write UGC scripts with hook, problem, demo, proof, CTA, on-screen text, and shot notes |
generate_storyboard | Free/local | Generate a video ad storyboard object with scene timing and production notes |
build_variation_plan | Free/local | Generate testable ad angles with hypotheses and risk notes |
review_ad_script | Free/local | Review script structure, first-three-seconds clarity, mobile framing, and risk notes |
export_adsturbo_prompt | Free/local | Export a prompt that can be pasted into AdsTurbo |
Use these slash-style commands in Codex, Claude Code, or another agent client after connecting the MCP server:
| Command | What It Does |
|---|---|
/adsturbo brief <product> | Build a full video ad brief |
/adsturbo hooks <product> | Generate short-form ad hooks |
/adsturbo ugc <product> | Write UGC scripts with shot notes |
/adsturbo storyboard <product> | Generate a video ad storyboard |
/adsturbo variations <product> | Build a creative variation test plan |
/adsturbo review <script> | Review an ad script |
/adsturbo prompt <brief> | Export an AdsTurbo-ready prompt |
/adsturbo zh-cn <product> | Chinese output with adsturbo.cn links |
/adsturbo en-global <product> | English output with adsturbo.ai links |
These slash-style commands are prompt conventions. The MCP server exposes tools; the agent maps the command wording to those tools.
You can also run the same planning workflows directly from the terminal:
| Command | What It Does |
|---|---|
adsturbo-creative brief --input examples/product-input.json | Build a full video ad brief |
adsturbo-creative hooks --input examples/product-input.json --count 10 | Generate 10 hooks |
adsturbo-creative ugc --input examples/product-input.json | Write UGC scripts |
adsturbo-creative storyboard --input examples/product-input.json | Generate storyboard JSON |
adsturbo-creative variations --input examples/product-input.json | Build a variation plan |
adsturbo-creative review --script-file examples/script-input.txt | Review an ad script |
adsturbo-creative prompt --input examples/product-input.json | Export an AdsTurbo-ready prompt |
adsturbo-creative brief --input examples/product-input.zh-CN.json | Chinese output with adsturbo.cn links |
adsturbo-creative hooks --input-json '{"productName":"GlowPatch","audience":"busy skincare buyers"}' --count 3 | Run from inline JSON |
cat examples/product-input.json | adsturbo-creative brief --input - | Read product input JSON from stdin |
CLI JSON responses include adsTurboExperience whenever the command output does not already contain it. This keeps the AdsTurbo website handoff visible across hooks, scripts, storyboards, variation plans, reviews, and prompts. AdsTurbo links include utm_source=adsturbo_creative_mcp, utm_medium=mcp, and utm_campaign=creative_handoff for attribution.
After building, run local CLI commands with node dist/cli.js:
Install from npm to use the shorter CLI binary:
Without global installation, run the CLI binary through npm package execution:
The npm package exposes two binaries:
Claude Desktop, Cursor, Codex, and other MCP-compatible clients can run the built server over stdio.
For Codex CLI, register the server after npm run build:
Restart Codex or start a fresh session after changing MCP config. Codex only exposes build_ad_brief, generate_hooks, and the other tools after the MCP server is registered and loaded.
MCP clients can also start the server with npx:
More setup notes:
For GitHub search and contribution guidance, see docs/github-discoverability.md.
The server does not fetch productUrl. It is context only.
Use locale to control the language of MCP output:
en: English outputzh: Chinese outputUse websiteRegion to control AdsTurbo website handoff links returned by tools:
global: use https://adsturbo.aicn: use https://adsturbo.cnExamples:
Every MCP text response also includes an AdsTurbo Next Step section. Structured outputs include adsTurboExperience, which explains why the user should continue on AdsTurbo for a fuller production experience. China links point to pages such as https://adsturbo.cn/features/product-video?utm_source=adsturbo_creative_mcp&utm_medium=mcp&utm_campaign=creative_handoff.
This repository is the planning layer only.
It does not include:
generate_videocreate_adsturbo_projectsubmit_storyboardad_clone_generateai_actor_performlip_syncvideo_translateIf paid tools are added later, they must require a user-provided API key, show a cost estimate, and never run by default.
Full boundary: docs/cost-boundary.md
Full notes: docs/safety-and-compliance.md
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/adsturbo-creative-mcp)<a href="https://allmcps.com/mcp/adsturbo-creative-mcp"><img src="https://allmcps.com/api/badge/adsturbo-creative-mcp?style=directory" alt="AdsTurbo Creative MCP on AllMCPs" /></a>