Generate and edit Flux images through Ace Data Cloud from MCP-compatible clients.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCPFlux.
flux_generate_imageGenerate AI images from a text prompt using Flux.
flux_edit_imageEdit an existing image using Flux with a text prompt.
flux_list_modelsList all available Flux models and their capabilities.
flux_list_actionsList all available Flux tools and their use cases.
flux_get_taskQuery the status and result of a Flux image generation task.
flux_get_tasks_batchQuery multiple Flux image generation tasks at once.
AceDataCloud/MCPFlux MCP server connects MCP clients to Flux models available through the Ace Data Cloud platform. It supports two primary image workflows: generating an image from a text prompt and editing an existing image with text instructions. The server also exposes model and action discovery tools, so clients can inspect supported Flux models and available workflows rather than relying only on fixed configuration.
The repository identifies support for models including flux-dev, flux-pro, and flux-kontext, with the README describing six Flux models for generation. Editing uses context-aware Flux Kontext models. Image requests are handled as asynchronous tasks, allowing a client to submit work and check its progress or result later.
MCP-compatible clients call the server's tools. flux_generate_image accepts a text-based image request, while flux_edit_image applies a text instruction to an existing image. flux_get_task checks one task, and flux_get_tasks_batch checks multiple tasks in one request. flux_list_models returns model capabilities, and flux_list_actions describes available Flux actions and use cases.
AceDataCloud/MCPFlux MCP server supports local stdio transport and HTTP transport. The hosted endpoint is https://flux.mcp.acedata.cloud/mcp; hosted requests use a Bearer token. The local process can also run in HTTP mode, including inside a Docker container. HTTP mode supports per-request token handling, while the local stdio example supplies a token through the environment.
The project also provides MCP prompts for model and tool selection, prompt-writing guidance, and common workflow examples. These prompts are named flux_image_generation_guide, flux_prompt_writing_guide, and flux_workflow_examples.
For the hosted service, create an account on the Ace Data Cloud platform, acquire an API token, and send it as a Bearer credential. Claude.ai is documented as a separate OAuth connection path that does not require entering the API token. Claude Desktop, Cursor, Windsurf, Cline, and other clients can connect to the hosted streamable HTTP URL through their MCP configuration.
For local use, install the mcp-flux-pro package from PyPI and set ACEDATACLOUD_API_TOKEN. The stdio process is started with mcp-flux-pro; the README also shows uvx mcp-flux-pro. HTTP mode can be started with mcp-flux-pro --transport http --port 8000. Docker users can run the published image ghcr.io/acedatacloud/mcp-flux-pro:latest and expose port 8000.
An Ace Data Cloud API token is required for the documented hosted and local API workflows, except for the Claude.ai OAuth connection described in the README. The supplied material does not specify API pricing, quotas, image retention, or detailed input and output schemas. The available model table is incomplete in the provided excerpt, so model-specific limits should be checked through flux_list_models or the provider documentation. AceDataCloud/MCPFlux MCP server is an interface to Flux through Ace Data Cloud; it does not describe a standalone image-generation model hosted in the repository.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/acedatacloud-mcpflux)<a href="https://allmcps.com/mcp/acedatacloud-mcpflux"><img src="https://allmcps.com/api/badge/acedatacloud-mcpflux?style=directory" alt="MCPFlux on AllMCPs" /></a>