Smasher Studio — AI Fashion Design
io.github.Atenkai/smasher-studioAI fashion design — product photos, videos, tech packs, colorways & fabric sims.
Tools · 8
Generate AI fashion product photography. Creates professional-quality product shots, on-model photos, flat lays, and editorial imagery. Uses a best-in-class multi-model image chain with automatic fall…
Submit an async video generation job from an existing image. Returns a job_id immediately — call check_video_status to poll for completion. Native audio, with an automatic engine fallback chain for re…
Check the status of an async video generation job. Call after generate_fashion_video with the returned job_id. Returns status and video URL when complete. Free (no credits).
Generate color variants of a garment design. Creates product shots in multiple colors with Pantone references. Uses a best-in-class multi-model image chain with automatic fallback. Costs 4 credits per…
Generate coordinated multi-angle views of a garment (front, back, side, etc.) with consistent style across all angles. Uses a best-in-class multi-model image chain with automatic fallback. Costs 4 cre…
Visualize a garment design in different fabrics and materials (cotton, silk, denim, leather, etc.). Uses a best-in-class multi-model image chain with automatic fallback. Costs 5 credits per fabric var…
Check the user's current credit balance, subscription plan, and monthly allocation. Free to use.
List the user's design collections with session counts and asset counts. Requires authentication.
Resources · 6
Subscription tiers, credit pricing, top-up packs, DXF pattern services, upgrade URLs. Use this to inform users about cost before they commit to expensive operations.
smasher://pricing
Complete list of 8 tools with credit costs, batch limits, and underlying AI providers. Use this to plan multi-step workflows efficiently.
smasher://capabilities
Available photography styles (product_shot, on_model, flat_lay, lifestyle, editorial, campaign) + video styles (360_turntable, gentle_animation, catwalk, zoom_pan) with best-fit use cases. Reference b…
smasher://styles
Common fabrics organized by category (cotton, silk, wool, denim, leather, linen, synthetics, delicates, technical) with variants, common garments, and weight ranges. Use for generate_fabric_sim and te…
smasher://fabrics
Optimal 5-step pipeline order from hero image → variations → animation → production patterns (web app) → factory sourcing. Plus prompt engineering tips for each tool. Reference at session start.
smasher://workflow
Garment types (tops/bottoms/dresses/outerwear/knitwear/etc.), construction terms (seams/stitches/finishes/closures), and technical chart fields (measurements/grading/tolerance). Use to disambiguate us…
smasher://glossary
Prompts · 2
Generate a complete product photography brief for a fashion garment. Returns a structured prompt ready for generate_fashion_image.
Plan a complete content pipeline for a fashion collection. Outlines the full workflow: hero shots, colorways, multi-angle, fabric sim, and video.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"smasher_studio_—_ai_fashion_design": {
"url": "https://www.smasher.studio/mcp/mcp",
"transport": "streamable-http"
}
}
}