FluxMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| MCP_SERVER_NAME | No | MCP server name | flux |
| FLUX_REQUEST_TIMEOUT | No | Request timeout in seconds | 1800 |
| ACEDATACLOUD_API_TOKEN | Yes | API token from AceDataCloud | |
| ACEDATACLOUD_API_BASE_URL | No | API base URL | https://api.acedata.cloud |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| flux_generate_imageA | Generate AI images from a text prompt using Flux. Flux is a family of fast, high-quality image generation models by Black Forest Labs. Different models offer different tradeoffs between speed, quality, and capabilities. Use this when:
For editing existing images, use flux_edit_image instead. Returns: Task ID and generated image information including URLs. |
| flux_edit_imageA | Edit an existing image using Flux with a text prompt. This allows you to modify an existing image based on a text description. The kontext models (flux-kontext-pro, flux-kontext-max) are specifically designed for high-quality image editing and style transfer. Use this when:
For generating new images from scratch, use flux_generate_image instead. Returns: Task ID and edited image information including URLs. |
| flux_list_modelsA | List all available Flux models and their capabilities. Reference guide for choosing the right Flux model for your use case. Returns: Detailed list of all Flux models with descriptions and recommendations. |
| flux_list_actionsA | List all available Flux tools and their use cases. Reference guide for what each tool does and when to use it. Returns: Categorized list of all tools with descriptions. |
| flux_get_taskA | Query the status and result of a Flux image generation task. Use this to check if a generation is complete and retrieve the resulting image URLs and metadata. Use this when:
Returns: Task status and generation result including image URLs. |
| flux_get_tasks_batchA | Query multiple Flux image generation tasks at once. Efficiently check the status of multiple tasks in a single request. More efficient than calling flux_get_task multiple times. Use this when:
Returns: Status and result information for all queried tasks. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| flux_image_generation_guide | Guide for choosing the right Flux tool and model for image tasks. |
| flux_prompt_writing_guide | Best practices for writing effective Flux image generation prompts. |
| flux_workflow_examples | Common workflow examples for Flux image generation. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/AceDataCloud/MCPFlux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server