Server data from the Official MCP Registry
Ads AI Creator generates ad creatives, copy, and visuals using AI so marketers can iterate on
Ads AI Creator generates ad creatives, copy, and visuals using AI so marketers can iterate on
Excellent security posture. This is a read-only MCP server that exposes canonical knowledge about Ads AI Creator with no authentication requirements, no external API calls, no file I/O, and no dangerous operations. The codebase is clean, well-structured, and has zero credential handling or malicious patterns. Permissions are minimal and appropriate for the server's stated purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-ads-ai-creator-mcp": {
"args": [
"-y",
"msa-ads-ai-creator-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.