The StyTrix MCP server lets AI agents — Claude.ai, Claude Code, Cursor, ChatGPT and any other Model Context Protocol client — act on your behalf inside StyTrix. Ask your assistant to generate a concept, a model, a fabric, or a full mix-and-match, and the result appears live on your canvas.
https://www.stytrix.com/api/mcpBefore you start
- A StyTrix account — sign up free.
- Credits in your account. Generation tools deduct credits; read-only tools (whoami, list_projects, get_credits) are free.
- An MCP-capable client (Claude.ai, Claude Code, Cursor, or any MCP client).
Add to Claude.ai
- Open Claude.ai → Settings → Connectors.
- Click Add custom connector.
- Paste the server URL:
https://www.stytrix.com/api/mcp - Click Add, then Connect and sign in with your StyTrix account when prompted (OAuth).
- Start a chat and ask Claude to use StyTrix — see the example prompts below.
Add to Claude Code
Run this once in your terminal:
claude mcp add --transport http stytrix https://www.stytrix.com/api/mcpThe first tool call opens a browser window to authorize with your StyTrix account.
Add to Cursor
Add the server to .cursor/mcp.json (project) or your global Cursor MCP config:
{
"mcpServers": {
"stytrix": {
"url": "https://www.stytrix.com/api/mcp"
}
}
}Reload Cursor and authorize with your StyTrix account when prompted.
Authentication
The server uses OAuth 2.1 with PKCE. There is no API key to copy or paste — your MCP client opens a StyTrix sign-in page, you approve access, and the client receives a scoped token. Every tool acts only on the authenticated account, and generation tools charge that account's credits. You can revoke access at any time from your StyTrix account settings.
Available tools
Read-only (free)
| Tool | Name | Description |
|---|---|---|
| Who Am I | whoami | Returns the StyTrix account the request is acting on behalf of. |
| List Projects | list_projects | List the user's canvas projects (id, title, canvas URL). |
| Get Credits | get_credits | Get the current credit balance. |
| Check Video Status | check_video | Poll an AI video generation by requestId. |
| Check Style Training Status | check_style_training | Poll a custom style/LoRA training by replicateId. |
Write (deduct credits)
| Tool | Name | Description |
|---|---|---|
| Create Project | create_project | Create a new canvas project. Returns its id and canvas URL. |
| Add Image to Canvas | add_image_to_canvas | Place an image (by public URL) live onto a canvas. |
| Generate Concept | generate_concept | Concept Creator — photorealistic (text→image) or true-to-sketch (edit a reference). Deducts credits. |
| Mix & Match | mix_match | Dress a model in supplied garment images. Deducts credits. |
| Generate Style | generate_style | Style Library — ghost-mannequin / flat-lay / on-model garment images. Deducts credits. |
| Generate Model | generate_model | Model Library — fashion model / character images. Deducts credits. |
| Generate Fabric | generate_fabric | Fabric Library — fabric swatches / materials from text. Deducts credits. |
| Upscale Image | upscale_image | Upscale an image to higher resolution. Deducts credits. |
| Remove Background | remove_background | Remove the background from an image. Deducts credits. |
| Image to Sketch | image_to_sketch | Turn a garment photo into a clean technical flat sketch. Deducts credits. |
| Multi-Angle Views | multi_angle | Generate coordinated multiple views from one reference image. Deducts credits. |
| Split Layer | split_layer | Separate an image into N visual layers. Deducts credits. |
| Start Video Generation | start_video | Start an AI video generation (async). Charges credits up front. |
| Start Style Training | start_style_training | Train a custom Flux style/LoRA from reference images (async). Charges credits up front. |
Example prompts
- “List my StyTrix projects and tell me how many credits I have.”
- “Create a new StyTrix project called "SS26 Outerwear", then generate a photorealistic concept of an oversized wool trench coat and place it on the canvas.”
- “Generate a fashion model (female, full body, studio) in my "SS26 Outerwear" project.”
- “Generate a seamless herringbone wool fabric swatch and add it to my canvas.”
- “Take this garment photo https://example.com/jacket.png and create front, back and side views.”
- “Start a 5-second runway video from this image and let me know when it is ready.”
Credits & data
- Generation tools deduct credits at the same per-use price as the in-app tools, and only after a successful result.
- Images are placed on the canvas you specify; you keep full ownership of your designs.
- See our Privacy Policy and Terms of Service for how data is handled.
Support
Questions or issues with the MCP server? Email hello@stytrix.com or visit our contact page. We typically respond within 1–2 business days.