Image Router Connector for AI agents.
11 live capabilities
Manage and route high-quality image generation across multiple models.
Waiting for input…
Why people use Image Router
Stop juggling multiple tabs for Image Router generation
This Connector puts everything into a single stream. You tell your agent what you want, and it handles the routing, model selection, and parameter tuning. You get a cohesive library of assets and a consistent look without ever leaving your primary workspace.
What Vinkius changes
You get a single point of control for all your image generation needs.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding the right model for a specific look
A designer needs a specific cyberpunk look but isn't sure which model is best.
- Real-world use case 02
Fixing blurry images for print
A marketer generates a great image but it's too blurry for print.
- Real-world use case 03
Creating variations of a character
A developer wants to create 10 variations of a character.
Complete set · 11capabilities
The complete Image Router capability set.
These are the exact actions your AI can choose when you ask it to work with Image Router.
01—04
4 capabilities in this set.
Part of 11 available through Image Router.
- 01 Capability
Check imagerouter status
Check if the connection to the Image Router API is active. This helps you troubleshoot your setup quickly.
- 02 Capability
Generate image
Create a new image from a simple text prompt. It's the fastest way to see what an idea looks like.
- 03 Capability
Get generation status
Check if a long-running image generation is finished. Use this to keep your workflow moving while waiting for results.
- 04 Capability
List styles
See all available artistic styles. Use this to quickly apply a specific look to your next generation.
05—08
4 capabilities in this set.
Part of 11 available through Image Router.
- 05 Capability
Upscale image
Increase the resolution of an existing image. This turns low-quality drafts into high-resolution final assets.
- 06 Capability
Edit image
Modify an image using a text description. Use this to fix specific details in a generation you already liked.
- 07 Capability
Generate image advanced
Create images with full control over seeds, steps, and negative prompts. This is for when you need exact reproducibility.
- 08 Capability
Generate variation
Create different versions of an existing image. Use this to explore different compositions of the same subject.
09—11
3 capabilities in this set.
Part of 11 available through Image Router.
- 09 Capability
Get model
Get the specific details of a single model. This helps your agent understand what a specific model is best for.
- 10 Capability
List models by category
See all models grouped by their specific use cases. This makes it easier for your agent to find the right capability for the job.
- 11 Capability
List models
See the full list of available image models. This gives you a complete overview of your generation options.
Set up in minutes
One URL. Then ask Image Router to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Image Router 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_CxjwkReos8CsW9sfirb1DhKdaIqxEE5zeAEGgCGs/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 Image Router, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Image Router for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CxjwkReos8CsW9sfirb1DhKdaIqxEE5zeAEGgCGs/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 Image Router URL.
- Step 03
Save and start
Save the connection and enable Image Router in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"image-router": {
"url": "https://edge.vinkius.com/vk_preview_CxjwkReos8CsW9sfirb1DhKdaIqxEE5zeAEGgCGs/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 Image Router
Open Agent mode in chat and ask: "Using Image Router, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"image-router": {
"url": "https://edge.vinkius.com/vk_preview_CxjwkReos8CsW9sfirb1DhKdaIqxEE5zeAEGgCGs/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 Image Router
Ask Copilot: "Using Image Router, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"image-router": {
"url": "https://edge.vinkius.com/vk_preview_CxjwkReos8CsW9sfirb1DhKdaIqxEE5zeAEGgCGs/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 Image Router
Open Cascade and ask: "Using Image Router, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"image-router": {
"url": "https://edge.vinkius.com/vk_preview_CxjwkReos8CsW9sfirb1DhKdaIqxEE5zeAEGgCGs/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 Image Router
Ask Cline: "Using Image Router, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add image-router --transport http "https://edge.vinkius.com/vk_preview_CxjwkReos8CsW9sfirb1DhKdaIqxEE5zeAEGgCGs/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 Image Router
Ask Claude: "Using Image Router, show me...". 11 tools are ready
Where the request belongs
Work Image Router can move forward.
This is for creative professionals who need to produce high volumes of consistent visual content without manually tweaking settings for every single model.
Creative Director
Ensures that all brand assets look consistent by using style presets and specific model categories.
Marketing Manager
Quickly spins up social media content using different styles without learning three different platforms.
Game Asset Artist
Iterates on textures and concepts using specific seeds and negative prompts to get reproducible results.
App Developer
Builds a consistent image generation feature into a product using a reliable model routing backend.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsStability AI
Connect your AI to Stability AI's powerful image generation models. Create, upscale, and edit high-quality images directly and efficiently.
Midjourney AI (Generative Image Arts)
Generate professional AI art via Midjourney. use 'imagine' for text-to-image, upscale grids, and perform camera edits.
Midjourney
AI image generation. create, upscale, vary, and blend images using Midjourney's Imagine API.
APImage
Search and license editorial photography from one of the world largest press image archives for media and publishing.
Leonardo.ai (Generative AI & Models)
Generate high-fidelity images via Leonardo.ai. orchestrate generations, audit AI models, and manage visual assets.
Playground AI
Generate, inpaint, upscale, and transform images using Playground AI's powerful models via natural language.
Bring your own AI
Change the model, client or framework. Keep Image Router 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 Image Router.
The practical details behind the request, access and result.
Can I use Image Router to manage different AI models at once?
Yes, it acts as a central hub. You can route requests to various models based on your needs, so you don't have to switch between different platforms.
How does Image Router help with brand consistency?
It allows you to use style presets and specific model categories. This ensures that every image your agent creates follows the same visual guidelines.
Can I edit images I've already generated?
Yes, you can use the edit capability to modify existing images with text descriptions. This is great for fixing small details without having to regenerate the whole thing.
Does Image Router support high-resolution upscaling?
It does. You can send images to the upscaler to increase their resolution, making them suitable for print or high-quality web use.
Can I check on images that are taking a long time to generate?
Yes, the Connector includes a status check. This lets your agent tell you if a generation is still processing or if it's ready for you to view.
Is Image Router good for professional marketing teams?
It's ideal for teams that need to produce high volumes of content. It automates the which model to use decision, which saves a lot of time for non-technical creators.
Can my AI generate images from text?
Yes. generate_image creates images from any text prompt using AI models like Stable Diffusion.
Can I upscale or create variations?
Yes. upscale_image increases resolution and generate_variation creates visual alternatives of an existing image.
How do I browse available models?
Use list_models for all models or list_models_by_category to filter by style category.
One connection away
Give your agent a direct line to Image Router.
Connect Image Router once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available