adobe-firefly-mcp
by peroxide-dev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIREFLY_BASE_URL | No | Base Firefly URL. | https://firefly.adobe.com |
| FIREFLY_HEADLESS | No | Run Chromium headless after you have already signed in. | false |
| FIREFLY_LOG_LEVEL | No | debug, info, warn, error, or silent. Logs go to stderr only. | info |
| FIREFLY_EXPAND_URL | No | Expand route. | <base>/tools/generative-expand |
| FIREFLY_PROFILE_DIR | No | Persistent Chromium user data directory. | <dataDir>/profile |
| FIREFLY_MCP_DATA_DIR | No | Base directory for downloads/ and profile/. | current working directory |
| FIREFLY_DOWNLOADS_DIR | No | Saved image output directory. | <dataDir>/downloads |
| FIREFLY_MAX_DOWNLOADS | No | Default maximum generated images to save. | 4 |
| FIREFLY_VARIATIONS_URL | No | Variations route. | <base> |
| FIREFLY_TEXT_TO_IMAGE_URL | No | Prompt-to-image route. | <base>/generate/images |
| FIREFLY_OPERATION_TIMEOUT_MS | No | General UI action timeout. | 180000 |
| FIREFLY_GENERATION_TIMEOUT_MS | No | Generation wait timeout. | 300000 |
| FIREFLY_NAVIGATION_TIMEOUT_MS | No | Page navigation timeout. | 60000 |
| FIREFLY_REMOVE_BACKGROUND_URL | No | Remove-background route. | <base>/tools/remove-background |
| FIREFLY_SELECTOR_PROMPT_INPUT | No | CSS selector override for the prompt input. | built-in candidates |
| FIREFLY_SELECTOR_UPLOAD_BUTTON | No | CSS selector override for upload controls. | built-in candidates |
| FIREFLY_SELECTOR_DOWNLOAD_BUTTON | No | CSS selector override for download buttons. | built-in candidates |
| FIREFLY_SELECTOR_GENERATE_BUTTON | No | CSS selector override for the generate/action button. | built-in candidates |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peroxide-dev/adobe-firefly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server