{
  "markdown": "# StyTrix MCP Server\n\nConnect AI agents to **[StyTrix](https://www.stytrix.com)** — 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**.\n\n- **Endpoint:** `https://www.stytrix.com/api/mcp`\n- **Transport:** Streamable HTTP\n- **Auth:** OAuth 2.1 (sign in with your StyTrix account — no API key)\n- **Docs:** https://www.stytrix.com/mcp\n\nThis 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.\n\n## Add to your client\n\n### Claude.ai\nSettings → Connectors → **Add custom connector** → paste `https://www.stytrix.com/api/mcp` → Connect and sign in.\n\n### Claude Code\n```bash\nclaude mcp add --transport http stytrix https://www.stytrix.com/api/mcp\n```\n\n### Cursor\nAdd to `.cursor/mcp.json`:\n```json\n{\n  \"mcpServers\": {\n    \"stytrix\": { \"url\": \"https://www.stytrix.com/api/mcp\" }\n  }\n}\n```\n\n### OpenAI Codex\nAdd to your Codex MCP config:\n```toml\n[mcp_servers.stytrix]\nurl = \"https://www.stytrix.com/api/mcp\"\n```\n\n### Gemini CLI\nAdd to `settings.json` under `mcpServers`:\n```json\n{\n  \"mcpServers\": {\n    \"stytrix\": { \"httpUrl\": \"https://www.stytrix.com/api/mcp\" }\n  }\n}\n```\n\n## Tools\n\n**Read-only (free):** `whoami`, `list_projects`, `get_credits`, `check_video`, `check_style_training`\n\n**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`\n\nGeneration tools deduct StyTrix credits only after a successful result. You keep full ownership of everything you create.\n\n## Example prompts\n\n- \"List my StyTrix projects and tell me my credit balance.\"\n- \"Create a project, then generate a photorealistic concept of an oversized beige wool coat and place it on the canvas.\"\n- \"Generate a seamless herringbone wool fabric swatch and add it to my canvas.\"\n- \"Take this garment photo and create front, back, and side views.\"\n\n## Links\n\n- Website: https://www.stytrix.com\n- MCP docs: https://www.stytrix.com/mcp\n- Privacy: https://www.stytrix.com/privacy\n- Support: hello@stytrix.com\n",
  "bytes": 2337,
  "sha": "2c464afc0d13501e34a62c24a2aafdb8cbff7e6e5b74197608892194e802ed0f",
  "repo_slug": "hirosichen/stytrix-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_hirosichen_stytrix_mcp_b8fb0b41/readme"
}