streamable-httpupdated 2mo ago
Connect AI agents to StyTrix — an AI fashion design platform — via the Model Context Protocol (MCP). Ask your assistant to generate fashion concepts, models, fabrics, and full mix-and-match looks, and the results appear live on your StyTrix canvas.
What can you do with stytrix mcp?
StyTrix MCP Server
Connect AI agents to StyTrix — an AI fashion design platform — via the Model Context Protocol (MCP). Ask your assistant to generate fashion concepts, models, fabrics, and full mix-and-match looks, and the results appear live on your StyTrix canvas.
- Endpoint:
https://www.stytrix.com/api/mcp - Transport: Streamable HTTP
- Auth: OAuth 2.1 (sign in with your StyTrix account — no API key)
- Docs: https://www.stytrix.com/mcp
This is a hosted remote MCP server — there's nothing to install or run locally. Add the URL to any MCP-capable client and sign in.
Add to your client
Claude.ai
Settings → Connectors → Add custom connector → paste https://www.stytrix.com/api/mcp → Connect and sign in.
Claude Code
claude mcp add --transport http stytrix https://www.stytrix.com/api/mcp
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"stytrix": { "url": "https://www.stytrix.com/api/mcp" }
}
}
OpenAI Codex
Add to your Codex MCP config:
[mcp_servers.stytrix]
url = "https://www.stytrix.com/api/mcp"
Gemini CLI
Add to settings.json under mcpServers:
{
"mcpServers": {
"stytrix": { "httpUrl": "https://www.stytrix.com/api/mcp" }
}
}
Tools
Read-only (free): whoami, list_projects, get_credits, check_video, check_style_training
Write (deduct credits): create_project, add_image_to_canvas, generate_concept, mix_match, generate_style, generate_model, generate_fabric, upscale_image, remove_background, image_to_sketch, multi_angle, split_layer, start_video, start_style_training
Generation tools deduct StyTrix credits only after a successful result. You keep full ownership of everything you create.
Example prompts
- "List my StyTrix projects and tell me my credit balance."
- "Create a project, then generate a photorealistic concept of an oversized beige wool coat and place it on the canvas."
- "Generate a seamless herringbone wool fabric swatch and add it to my canvas."
- "Take this garment photo and create front, back, and side views."
Links
- Website: https://www.stytrix.com
- MCP docs: https://www.stytrix.com/mcp
- Privacy: https://www.stytrix.com/privacy
- Support: hello@stytrix.com
Install
Add stytrix mcp to your client. Pick the one you use.
claude mcp add --transport http stytrix-mcp https://www.stytrix.com/api/mcpcodex mcp add stytrix-mcp --url https://www.stytrix.com/api/mcp{
"mcpServers": {
"stytrix-mcp": {
"url": "https://www.stytrix.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"stytrix-mcp": {
"type": "http",
"url": "https://www.stytrix.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"stytrix-mcp": {
"url": "https://www.stytrix.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stytrix-mcp": {
"serverUrl": "https://www.stytrix.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 63 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 30, 2026 |