Stability AI Connector for AI agents.
10 live capabilities
Generate photorealistic images and upscale visual assets for marketing.
Waiting for input…
Why people use Stability AI
Stability AI Image Generation for Marketing Teams
With this Connector, you can just tell your agent to generate a photorealistic mockup or strip a background in one go. You get a polished visual asset ready for use without the manual overhead.
What Vinkius changes
You get high-quality images and edits without ever leaving your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Rapid Social Media Ad Variations
A marketing manager needs 50 different social media ads for a new sneaker.
- Real-world use case 02
E-commerce Catalog Cleanup
An e-commerce owner has a batch of messy product photos.
- Real-world use case 03
Concept Art Visualization
A concept artist has a rough sketch of a building.
Complete set · 10capabilities
The complete Stability AI capability set.
These are the exact actions your AI can choose when you ask it to work with Stability AI.
01—04
4 capabilities in this set.
Part of 10 available through Stability AI.
- 01 Capability
Image to image v1
Transform an existing image based on a text prompt. This lets you iterate on a base visual with specific instructions.
- 02 Capability
Upscale image
Increase image resolution while preserving detail. This helps turn low-res drafts into high-quality final assets.
- 03 Capability
Remove background
Remove the background from an image. This is useful for isolating products for e-commerce catalogs.
- 04 Capability
Generate core v2
Generate an image using the Stable Image Core model. This is optimized for speed and high quality.
05—07
3 capabilities in this set.
Part of 10 available through Stability AI.
- 05 Capability
Generate sd35
Generate an image using Stable Diffusion 3.5. You can choose between large, turbo, or medium models.
- 06 Capability
Generate ultra v2
Generate a high-end photorealistic image. Use this for final production assets that need maximum detail.
- 07 Capability
Get credit balance
Retrieve your current Stability AI credit balance. Use this to keep track of your remaining usage limits.
08—10
3 capabilities in this set.
Part of 10 available through Stability AI.
- 08 Capability
Inpaint image
Edit specific regions of an image based on a prompt. This is perfect for surgical changes to a graphic layout.
- 09 Capability
List engines
List all available image generation engines on Stability AI. This helps you identify the correct IDs for v1 capabilities.
- 10 Capability
Text to image v1
Generate an image from a text prompt using v1 engines. You just need to provide the engine ID and dimensions.
Set up in minutes
One URL. Then ask Stability AI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Stability AI 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_eWY2wqnSzJZPVvVlS9FdYkEOD7e86Z3L5fYYGmDm/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 Stability AI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Stability AI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_eWY2wqnSzJZPVvVlS9FdYkEOD7e86Z3L5fYYGmDm/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 Stability AI URL.
- Step 03
Save and start
Save the connection and enable Stability AI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"stability-ai": {
"url": "https://edge.vinkius.com/vk_preview_eWY2wqnSzJZPVvVlS9FdYkEOD7e86Z3L5fYYGmDm/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 Stability AI
Open Agent mode in chat and ask: "Using Stability AI, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"stability-ai": {
"url": "https://edge.vinkius.com/vk_preview_eWY2wqnSzJZPVvVlS9FdYkEOD7e86Z3L5fYYGmDm/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 Stability AI
Ask Copilot: "Using Stability AI, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"stability-ai": {
"url": "https://edge.vinkius.com/vk_preview_eWY2wqnSzJZPVvVlS9FdYkEOD7e86Z3L5fYYGmDm/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 Stability AI
Open Cascade and ask: "Using Stability AI, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"stability-ai": {
"url": "https://edge.vinkius.com/vk_preview_eWY2wqnSzJZPVvVlS9FdYkEOD7e86Z3L5fYYGmDm/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 Stability AI
Ask Cline: "Using Stability AI, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add stability-ai --transport http "https://edge.vinkius.com/vk_preview_eWY2wqnSzJZPVvVlS9FdYkEOD7e86Z3L5fYYGmDm/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 Stability AI
Ask Claude: "Using Stability AI, show me...". 10 tools are ready
Where the request belongs
Work Stability AI can move forward.
This is for creative leads and marketing teams who need to produce high-quality visual content quickly without hiring a full design team for every small iteration.
Marketing Manager
Uses the capability to quickly generate 50 different ad variations for a new product launch.
E-commerce Specialist
Uses the capability to batch-remove backgrounds from hundreds of product photos for a clean catalog.
Creative Director
Uses the capability to turn rough sketches into photorealistic concept art for stakeholder presentations.
Content Producer
Uses the capability to upscale low-resolution user-submitted photos for use in social media posts.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsStability AI
Generate and edit high-quality images using Stable Diffusion models directly from your AI agent.
DeepAI
Generate and edit images using AI. create art from text, remove backgrounds, colorize photos, and upscale images directly from your AI agent.
APImage
Search and license editorial photography from one of the world largest press image archives for media and publishing.
Photoroom
Remove backgrounds, retouch product photos, and generate studio-quality images with AI editing capabilities built for e-commerce.
Claid AI
Automate AI image processing via Claid. upscale resolution, remove backgrounds, and enhance product photos directly from any AI agent.
Midjourney
AI image generation. create, upscale, vary, and blend images using Midjourney's Imagine API.
Bring your own AI
Change the model, client or framework. Keep Stability AI 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 Stability AI.
The practical details behind the request, access and result.
Can the Stability AI MCP create photorealistic product images?
Yes, it can generate high-end photorealistic images for products. You can describe the lighting, materials, and setting in plain English, and the agent will produce a production-ready visual.
How does the Stability AI MCP handle low-resolution photos?
It features an upscaling capability that increases the resolution of your images. It's designed to keep the details sharp and maintain the original structure of the photo.
Can I use the Stability AI MCP to edit specific parts of a picture?
Yes, you can use the inpainting capability to change or replace specific regions of an image. This is great for fixing small errors or swapping out specific objects in a layout.
Does the Stability AI MCP work with my existing API key?
Yes, you just need to connect your official Stability AI API key in your Connector settings. This links your account directly to your AI client for all generation tasks.
What kind of images can I generate with the Stability AI MCP?
You can create almost any 2D visual, from concept art and architectural mockups to social media ads and clean e-commerce product shots.
Can the Stability AI MCP remove backgrounds from multiple photos?
While the agent handles the requests, you can easily prompt it to process your photos one by one or in batches to clean up your entire catalog for a consistent look.
Can the language model visually analyze the specific outputs generated from the APIs recursively?
Stability AI’s underlying architecture transmits the resultant graphical files returning strictly formatted Base64 encoded outputs or structured CDN links. Assuming your interface possesses multimodal capability, it is logically capable of assessing graphic properties accurately post generation.
Who possesses ownership over the raw generated assets computationally rendered here?
By adhering definitively to official usage terms, creations executed natively belong securely entirely to the account producing them (you). Generative visual models execute entirely adhering to a clear framework of user copyright ownership fundamentally aligned with typical platform specifications.
Which image formats does the API return?
The API typically returns PNG images encoded as Base64 strings or direct CDN URLs. The exact format depends on the endpoint and parameters used in the generation request.
One connection away
Give your agent a direct line to Stability AI.
Connect Stability AI once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available