Server data from the Official MCP Registry
Create product photos, product videos, and UGC-style ads for Shopify, Amazon, TikTok, and
Create product photos, product videos, and UGC-style ads for Shopify, Amazon, TikTok, and
Excellent MCP server with clean, well-structured code and proper security practices. This is a read-only knowledge server with no authentication requirements, no external API calls, no credential handling, and no dangerous operations. All content is static and served locally. 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-makerai-mcp": {
"args": [
"-y",
"msa-makerai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
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.