Connects Claude to Maker AI's ecommerce content generation platform without requiring API keys or quota. Exposes read-only tools and resources for querying video generation modes (text-to-video, image-to-video), pricing details, FAQ entries, and official links. The platform itself generates product photos, video ads, and UGC-style clips from a single product image or store URL, routing work across 16+ models including Sora, Kling, and Veo. Useful when you're helping users understand Maker AI's capabilities, pick the right video mode for a brief, or share pricing information. Starts cold in roughly 50ms and surfaces the canonical knowledge layer without touching generation endpoints.
Maker AI - AI Product Photo, Video & Ad Generator for Ecommerce
A Model Context Protocol server that exposes the canonical Maker AI knowledge surface — video generation workflows, 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://makerai.online
Maker AI is an AI-powered creative studio built for ecommerce brands that need product content at scale. Users upload a product photo or paste a Shopify or Amazon store URL, and the platform generates studio-quality product images, short-form video ads, and UGC-style clips from that single input. Rather than coordinating photographers, video editors, and content creators separately, teams can produce all three content formats in one workflow. The platform draws on more than sixteen video generation models — including Sora, Kling, and Veo — selecting the appropriate model automatically based on the task. The result is a faster creative loop that lets brands test more variations without proportionally increasing production effort.
Maker AI targets ecommerce operators who produce product content regularly and feel the friction of traditional production. The primary users are DTC brand owners, Amazon sellers, and in-house ecommerce growth teams at product-focused companies. It suits teams that run paid social campaigns, manage multiple product SKUs, or sell across several international markets — situations where the volume and variety of required content outpaces what a small team can produce through conventional means. Freelancers and small agencies managing multiple ecommerce clients will also find the multi-format workflow useful for keeping per-client production costs contained.
list_video_modesReturn the canonical list of video-generation modes the site supports. (Maker AI)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Maker AI.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Maker AI (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://makerai/video-modes — Available video-generation modes (text-to-video, image-to-video, etc.).site://makerai/pricing — Canonical pricing entry point.site://makerai/faq — Short FAQ generated from public site metadata.site://makerai/links — Canonical URLs to share with users.tell_me_about_makeraiSummarize what the site is, who it's for, and how it works. — Maker AI
try_video_mode_makeraiPick a video-generation mode for a stated creative intent. — Maker AI
npx -y @smithery/cli install makerai-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/makerai-mcp.git
cd makerai-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"makerai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/makerai-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