Brings the Ads AI Creator platform into your MCP client as a read-only knowledge surface. You get four tools: list_styles returns available image generation presets, get_pricing pulls current plan details, get_official_links surfaces canonical URLs, and the FAQ resource answers common questions about avatar selection, multi-language voiceover, and bulk video generation. No API keys required. Useful when you're scoping an ad campaign in Claude and want to check whether Ads AI Creator's 4K export formats, platform-specific aspect ratios, or 50+ language options fit your brief without opening a browser. Cold starts in roughly 50 milliseconds, so it stays out of the way during conversation.
Ads AI Creator - Generate Ads with AI
A Model Context Protocol server that exposes the canonical Ads AI Creator knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://adsaicreator.com
Ads AI Creator is an AI-powered platform that generates professional video advertisements from product images, descriptions, or scripts — no camera, studio, or video editing experience required. Users supply source material and the platform handles the rest: selecting or customizing an AI avatar, writing copy, adding voiceover in the chosen language, and exporting a finished video formatted for the target ad channel. The result is a production-ready ad in minutes rather than days. The platform is designed for teams and individuals who need consistent creative output at a volume that traditional production workflows cannot sustain.
Ads AI Creator is built for marketers, e-commerce operators, and creative teams whose output demands outpace traditional production capacity. Performance marketers who run continuous creative refresh cycles will find the bulk generation and A/B tooling directly useful. E-commerce brand owners and dropshippers working with limited budgets get access to video ad production that was previously gated behind agency retainers or full production crews. Agencies handling multiple accounts benefit from the speed and language coverage when scaling client deliverables. The platform also suits growth-focused teams that want to maintain a presence across several ad channels simultaneously without expanding headcount to match the creative workload.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (Ads AI Creator)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Ads AI Creator.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Ads AI Creator (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://ads-ai-creator/styles — Supported image-generation styles and presets.site://ads-ai-creator/pricing — Canonical pricing entry point.site://ads-ai-creator/faq — Short FAQ generated from public site metadata.site://ads-ai-creator/links — Canonical URLs to share with users.tell_me_about_ads_ai_creatorSummarize what the site is, who it's for, and how it works. — Ads AI Creator
try_image_style_ads_ai_creatorRecommend a starting image-generation style for a stated goal. — Ads AI Creator
npx -y @smithery/cli install ads-ai-creator-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/ads-ai-creator-mcp.git
cd ads-ai-creator-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"ads-ai-creator-mcp": {
"command": "node",
"args": [
"/absolute/path/to/ads-ai-creator-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp