Imagine.io Connector for AI agents.
10 live capabilities
Create photorealistic 3D product renders and manage your e-commerce assets
Waiting for input…
Why people use Imagine.io
Imagine.io for E-commerce Product Rendering
This Connector puts that work into your agent. You can just ask for the links to your finished renders, and your agent fetches them instantly. It turns a multi-tab headache into a single chat command.
What Vinkius changes
You get a 3D coordinator that handles the grunt work of asset management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk retrieving 3D links
An e-commerce manager needs to find 3D viewer links for 50 new products quickly.
- Real-world use case 02
Monitoring render queues
A 3D artist wants to see if their last 10 renders are finished without opening the dashboard.
- Real-world use case 03
Pre-flight API checks
An ops lead wants to check if the API is still connected before launching a batch job.
Complete set · 10capabilities
The complete Imagine.io capability set.
These are the exact actions your AI can choose when you ask it to work with Imagine.io.
01—04
4 capabilities in this set.
Part of 10 available through Imagine.io.
- 01 Capability
Check imagine status
Verify if your API connection is active. Use this to troubleshoot any connection issues with your account.
- 02 Capability
Create render job
Start a new 3D render job for a specific product. This is the primary way to trigger new visualizations for your items.
- 03 Capability
Get account
View your account details and remaining render credits. Use this to keep track of your balance before starting new jobs.
- 04 Capability
Get job status
Check the real-time progress of a specific render job. This lets you see exactly how far along a render is.
05—07
3 capabilities in this set.
Part of 10 available through Imagine.io.
- 05 Capability
Get product
Pull specific details for a single 3D product. This helps you quickly find SKU IDs and technical specs for your inventory.
- 06 Capability
List scenes
View all available scenes for product placement. This helps you browse different room environments for your renders.
- 07 Capability
List renders
See a list of all product renders in your account. Use this to track what work has already been completed.
08—10
3 capabilities in this set.
Part of 10 available through Imagine.io.
- 08 Capability
Get scene
Fetch details about a specific room or environment scene. You can use this to see how a product fits in a specific space.
- 09 Capability
List materials
See all available materials for your 3D renders. This is useful for checking what textures you can apply to your products.
- 10 Capability
List products
Browse your entire portfolio of 3D products and their current statuses. It gives you a bird's eye view of everything in your account.
Set up in minutes
One URL. Then ask Imagine.io to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Imagine.io 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_766UikdUJnijLmM12XEG1JPHsXZ8ZBLouXK0tf3Y/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 Imagine.io, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Imagine.io for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_766UikdUJnijLmM12XEG1JPHsXZ8ZBLouXK0tf3Y/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 Imagine.io URL.
- Step 03
Save and start
Save the connection and enable Imagine.io in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"imagineio": {
"url": "https://edge.vinkius.com/vk_preview_766UikdUJnijLmM12XEG1JPHsXZ8ZBLouXK0tf3Y/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 Imagine.io
Open Agent mode in chat and ask: "Using Imagine.io, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"imagineio": {
"url": "https://edge.vinkius.com/vk_preview_766UikdUJnijLmM12XEG1JPHsXZ8ZBLouXK0tf3Y/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 Imagine.io
Ask Copilot: "Using Imagine.io, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"imagineio": {
"url": "https://edge.vinkius.com/vk_preview_766UikdUJnijLmM12XEG1JPHsXZ8ZBLouXK0tf3Y/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 Imagine.io
Open Cascade and ask: "Using Imagine.io, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"imagineio": {
"url": "https://edge.vinkius.com/vk_preview_766UikdUJnijLmM12XEG1JPHsXZ8ZBLouXK0tf3Y/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 Imagine.io
Ask Cline: "Using Imagine.io, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add imagineio --transport http "https://edge.vinkius.com/vk_preview_766UikdUJnijLmM12XEG1JPHsXZ8ZBLouXK0tf3Y/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 Imagine.io
Ask Claude: "Using Imagine.io, show me...". 10 tools are ready
Where the request belongs
Work Imagine.io can move forward.
E-commerce leads who are drowning in manual asset tracking and 3D artists who want to automate the boring parts of production.
E-commerce Manager
Retrieves 3D viewer links and monitors content job status for web listings using natural language.
3D Artist
Verifies asset metadata and tracks processing health without leaving their creative workspace.
Operations Lead
Automates the management of 3D product portfolios and monitors API connectivity for scaling.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsStyle3D
Manage 3D fashion assets via AI. browse projects, garments, fabrics, and trigger cloud renders for digital fashion workflows.
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.
Meshy (3D AI)
Transform text and images into high-quality 3D models using Meshy's generative AI directly from your 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.
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.
Zakeke
Manage customized product designs, 3D configurations, and orders via Zakeke.
Bring your own AI
Change the model, client or framework. Keep Imagine.io 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 Imagine.io.
The practical details behind the request, access and result.
Can the Imagine.io MCP help me manage my 3D product catalog?
Yes. You can use it to list every 3D product in your account, view their current render statuses, and pull technical metadata like SKU IDs through your AI agent.
How do I get 3D viewer links faster with the Imagine.io MCP?
The Connector allows your agent to fetch finished viewer URLs directly. Instead of clicking through your dashboard, you can just ask your agent to provide the links for your ready renders.
Can I check my render credits using the Imagine.io MCP?
Yes. You can ask your agent to check your account details at any time to see your remaining render credits and ensure you have enough for your next batch of jobs.
Does the Imagine.io MCP support 360 degree spins?
It does. The Connector can retrieve the specific URLs for 360 degree spins and other 3D viewer outputs so you can share them with your team or customers instantly.
How does the Imagine.io MCP handle multiple render jobs?
It can monitor multiple jobs at once. You can ask your agent to check the status of specific jobs or view a list of all renders to see what is currently in the queue.
Can I see all my scenes in one place with the Imagine.io MCP?
Yes. You can ask your agent to list all available scenes, allowing you to browse different room environments and placements for your product visualizations quickly.
How do I start a 3D render job?
Use the create_render_job capability with a product identifier. The render runs asynchronously. check progress with get_job_status.
Can I browse available 3D scenes and materials?
Yes. Use list_scenes to browse environments and list_materials to see all available textures and finishes for your products.
How do I download the final rendered images?
Use list_renders with the product identifier to retrieve all completed render URLs including resolution details and download links.
One connection away
Give your agent a direct line to Imagine.io.
Connect Imagine.io once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available