Style3D Connector for AI agents.
9 live capabilities
Manage 3D fashion assets and trigger cloud renders for digital garments.
Waiting for input…
Why people use Style3D
Style3D 3D Fashion Asset Management
This Connector changes that by letting you just ask your agent to find what you need. You can query your entire library and get renders back in seconds, keeping your focus on the design rather than the file management.
What Vinkius changes
You get a conversational interface for your entire 3D fashion asset library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a specific item in a collection
A designer asks for all garments in the 'Fall Collection' to see what's ready for review using list_garments.
- Real-world use case 02
Checking technical fabric specs
A tech designer needs to know the simulation properties of a specific silk to see how it will drape using get_fabric.
- Real-world use case 03
Tracking project assets
A production manager wants to see a list of all projects to check which ones have assets assigned using list_projects.
Complete set · 9capabilities
The complete Style3D capability set.
These are the exact actions your AI can choose when you ask it to work with Style3D.
01—03
3 capabilities in this set.
Part of 9 available through Style3D.
- 01 Capability
Get garment
Retrieve the details for a specific 3D garment in your library. Use this to quickly pull up specifications for a single item.
- 02 Capability
Get project
Pull the metadata and details for a specific fashion project. This gives you a quick overview of a project's status and contents.
- 03 Capability
Get fabric
Get the specific details and simulation properties of a fabric. This helps you see how a material will behave in a 3D environment.
04—06
3 capabilities in this set.
Part of 9 available through Style3D.
- 04 Capability
List assets
See all 3D assets currently assigned to a project. This is useful for auditing what files are included in a specific collection.
- 05 Capability
List fabrics
View every fabric available in your library. Use this to browse your materials without opening the full Style3D dashboard.
- 06 Capability
List garments
List all garments contained within a specific project. This helps you see the full scope of a collection at a glance.
07—09
3 capabilities in this set.
Part of 9 available through Style3D.
- 07 Capability
List projects
See a complete list of all your 3D design projects. This allows you to manage multiple collections from one chat window.
- 08 Capability
List styles
Browse all the saved style presets and configurations. Use this to find and reuse previous design configurations.
- 09 Capability
Render garment
Trigger a high-quality 3D garment visualization in the cloud. This lets you see the final look without manual export steps.
Set up in minutes
One URL. Then ask Style3D to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Style3D from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Dmi0KY6EEhaf4MnVTNxZVsd8BxlCWKlJU1vA0U2U/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Style3D, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Style3D for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Dmi0KY6EEhaf4MnVTNxZVsd8BxlCWKlJU1vA0U2U/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Style3D URL.
- Step 03
Save and start
Save the connection and enable Style3D in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"style3d": {
"url": "https://edge.vinkius.com/vk_preview_Dmi0KY6EEhaf4MnVTNxZVsd8BxlCWKlJU1vA0U2U/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Style3D
Open Agent mode in chat and ask: "Using Style3D, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"style3d": {
"url": "https://edge.vinkius.com/vk_preview_Dmi0KY6EEhaf4MnVTNxZVsd8BxlCWKlJU1vA0U2U/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Style3D
Ask Copilot: "Using Style3D, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"style3d": {
"url": "https://edge.vinkius.com/vk_preview_Dmi0KY6EEhaf4MnVTNxZVsd8BxlCWKlJU1vA0U2U/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Style3D
Open Cascade and ask: "Using Style3D, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"style3d": {
"url": "https://edge.vinkius.com/vk_preview_Dmi0KY6EEhaf4MnVTNxZVsd8BxlCWKlJU1vA0U2U/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Style3D
Ask Cline: "Using Style3D, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add style3d --transport http "https://edge.vinkius.com/vk_preview_Dmi0KY6EEhaf4MnVTNxZVsd8BxlCWKlJU1vA0U2U/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Style3D
Ask Claude: "Using Style3D, show me...". 9 tools are ready
Where the request belongs
Work Style3D can move forward.
This is for fashion designers and technical designers who are tired of manual file management and want to see their 3D assets visualized faster.
Fashion Designer
They use this to quickly pull up garment references and trigger renders while building out new collections.
Technical Designer
They use this to query specific fabric simulation data to ensure realistic movement and drape.
Production Manager
They use this to track project status and see all assets assigned to various collections from one place.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsImagine.io
Create 3D product visualizations and room renders from photos using AI that turns concepts into photorealistic images.
Pixazo 3D
Generate production-quality 3D models via Pixazo. convert images and text to 3D assets with Hunyuan, Hyper3D, Tripo, and Trellis from any AI agent.
3D AI Studio
Generate and process 3D models via 3D AI Studio. text-to-3D, image-to-3D, AI texturing, remeshing, rendering, and mesh capabilities from any AI agent.
fal.ai 3D
Generate 3D models via fal.ai. convert images and text to 3D assets using Rodin, TripoSR, Trellis, and 9+ AI models from any AI agent.
ApparelMagic
ERP, PLM, and CRM for the apparel industry. manage styles, orders, inventory, and shipments via AI.
Meshy (3D AI)
Transform text and images into high-quality 3D models using Meshy's generative AI directly from your agent.
Bring your own AI
Change the model, client or framework. Keep Style3D connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Style3D.
The practical details behind the request, access and result.
Can the Style3D MCP help me find specific garments?
Yes, it lets you browse your entire library and find specific garments or view details for individual items using just natural language.
How do I trigger a render with Style3D?
You can ask your agent to start a cloud render for any garment in your collection. It handles the request and triggers the visualization for you.
Does Style3D MCP show fabric simulation data?
Yes, it pulls the physical properties and simulation data for your fabrics so you can check how materials will behave in 3D.
Can I use Style3D MCP to manage my design projects?
Yes, it allows you to list all your active projects and see the metadata for each one without leaving your chat interface.
Is Style3D MCP good for production managers?
It's great for production managers who need to track asset counts, project statuses, and manage pipelines across multiple collections.
Can I see all assets in a project?
Yes, you can ask the agent to list all assets for a specific project to see exactly what files and garments are included.
Can I trigger garment renders directly?
Yes! The render_garment capability lets you trigger high-quality cloud renders for any garment in your library. Results are returned as downloadable image URLs.
One connection away
Give your agent a direct line to Style3D.
Connect Style3D once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available