Adobe Firefly Connector for AI agents.
10 live capabilities
Create commercially safe images and vectors through natural conversation.
Waiting for input…
Why people use Adobe Firefly
Adobe Firefly for Commercial Image Generation
With this Connector, you just tell your agent what you need. It handles the connection to the API to generate the image, remove the background, or expand the borders to fit your layout. You get the final asset ready for use immediately, which means you spend more time on the big picture and less time on the busy work.
What Vinkius changes
You get professional grade assets without having to open a single design app.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Adjusting social media aspect ratios
A social media manager needs to turn a square photo into a tall story.
- Real-world use case 02
Generating scalable logo assets
A designer needs a minimal mountain icon.
- Real-world use case 03
Quick product cleanup
A marketer has a photo of a bottle on a messy desk.
Complete set · 10capabilities
The complete Adobe Firefly capability set.
These are the exact actions your AI can choose when you ask it to work with Adobe Firefly.
01—04
4 capabilities in this set.
Part of 10 available through Adobe Firefly.
- 01 Capability
Generative expand
Use generative_expand to expand an image beyond its original borders. This helps you change the aspect ratio of a photo.
- 02 Capability
Text to vector
Use text_to_vector to create SVG vectors from a text prompt. You get editable graphics ready for use in design software.
- 03 Capability
Upload image
Use upload_image to upload an image to the storage system. It returns a unique ID so you can perform other edits.
- 04 Capability
Remove background
Use remove_background to remove the background from an uploaded image. This creates a clean subject for your designs.
05—07
3 capabilities in this set.
Part of 10 available through Adobe Firefly.
- 05 Capability
Generate similar
Use generate_similar to create new images that look like a reference photo. This helps keep your visual style consistent.
- 06 Capability
Generate object
Use generate_object to create a composite image featuring a specific object. This is great for placing items in a scene.
- 07 Capability
Text effects
Use text_effects to apply stylized textures and effects to plain text. You can turn words into visual art.
08—10
3 capabilities in this set.
Part of 10 available through Adobe Firefly.
- 08 Capability
Text to image
Use text_to_image to generate images from a text prompt. It uses Model 5 to provide photorealistic results.
- 09 Capability
Generative fill
Use generative_fill to fill in masked areas of an image. This is useful for adding or changing objects in a photo.
- 10 Capability
List models
Use list_models to see all available models. This helps you choose the right one for your specific task.
Set up in minutes
One URL. Then ask Adobe Firefly to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Adobe Firefly 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_oON4wNSLZkI3u30Uts0iISrmeHToWjdps809izQk/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 Adobe Firefly, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Adobe Firefly for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oON4wNSLZkI3u30Uts0iISrmeHToWjdps809izQk/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 Adobe Firefly URL.
- Step 03
Save and start
Save the connection and enable Adobe Firefly in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"adobe-firefly": {
"url": "https://edge.vinkius.com/vk_preview_oON4wNSLZkI3u30Uts0iISrmeHToWjdps809izQk/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 Adobe Firefly
Open Agent mode in chat and ask: "Using Adobe Firefly, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"adobe-firefly": {
"url": "https://edge.vinkius.com/vk_preview_oON4wNSLZkI3u30Uts0iISrmeHToWjdps809izQk/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 Adobe Firefly
Ask Copilot: "Using Adobe Firefly, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"adobe-firefly": {
"url": "https://edge.vinkius.com/vk_preview_oON4wNSLZkI3u30Uts0iISrmeHToWjdps809izQk/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 Adobe Firefly
Open Cascade and ask: "Using Adobe Firefly, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"adobe-firefly": {
"url": "https://edge.vinkius.com/vk_preview_oON4wNSLZkI3u30Uts0iISrmeHToWjdps809izQk/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 Adobe Firefly
Ask Cline: "Using Adobe Firefly, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add adobe-firefly --transport http "https://edge.vinkius.com/vk_preview_oON4wNSLZkI3u30Uts0iISrmeHToWjdps809izQk/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 Adobe Firefly
Ask Claude: "Using Adobe Firefly, show me...". 10 tools are ready
Where the request belongs
Work Adobe Firefly can move forward.
This is for designers and marketing pros who need high-quality visuals without the friction of manual editing. It is for the person who needs to turn a concept into a production-ready asset in seconds.
Graphic Designer
Creating high-fidelity reference images and editable SVG vectors for client presentations on a Tuesday afternoon.
Social Media Marketer
Generating stylized text effects and quick social assets from natural language prompts to keep up with a content calendar.
Content Creator
Removing backgrounds and expanding image borders to fit different platform requirements without opening Photoshop.
Creative Developer
Testing image generation workflows and verifying generative fill schemas via natural conversation.
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.
APImage
Search and license editorial photography from one of the world largest press image archives for media and publishing.
Luma AI (Generative Video & Creative)
Generate cinematic AI videos and images via Luma. use Dream Machine for text-to-video, image-to-video, and professional camera control.
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.
Ideogram
Generate stunning images from text prompts with an AI model that excels at typography, logos, and photorealistic compositions.
Bring your own AI
Change the model, client or framework. Keep Adobe Firefly 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 Adobe Firefly.
The practical details behind the request, access and result.
Can I use the Adobe Firefly MCP for commercial work?
Yes. This Connector connects to Adobe Firefly's commercially safe models, making it suitable for professional projects and brand assets.
How do I get SVG files using the Adobe Firefly MCP?
You can generate them by asking your agent to create a vector from a description. It will produce an editable SVG file ready for design software.
Can the Adobe Firefly MCP remove backgrounds from my photos?
Yes. You can ask your agent to remove the background from any uploaded image, and it will provide you with a clean subject.
Can I change the size of an image with the Adobe Firefly MCP?
Yes. You can use the generative expand feature to change the aspect ratio of an image by having the agent generate surrounding context.
Does the Adobe Firefly MCP support photorealistic styles?
Yes. It utilizes high-fidelity models specifically designed to create photorealistic and stylized images from text prompts.
How do I connect the Adobe Firefly MCP to my AI client?
You just need your Client ID and Client Secret from the Adobe Developer Console. Once you enter those into your Connector settings, you can start creating.
Can my agent generate SVG vector files using Adobe Firefly?
Yes. Use the 'text_to_vector' capability. Provide a descriptive prompt, and the agent will command the Firefly engine to produce editable SVG vector graphics natively, which are perfect for use in Adobe Illustrator.
How do I perform generative fill on an image via chat?
First, use 'upload_image' to get an 'image_id'. Then, use the 'generative_fill' capability by providing the image ID, a mask ID (for the area to fill), and your prompt. The agent will execute the AI fill synchronously.
Can I remove the background of an image through the agent?
Absolutely. Use the 'remove_background' capability. After uploading your source image and retrieving its ID, the agent will command Firefly to process the file and return a transparent PNG body synchronously.
One connection away
Give your agent a direct line to Adobe Firefly.
Connect Adobe Firefly once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available