MCP server for Flux AI image generation
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A Model Context Protocol (MCP) server for AI image generation and editing using Flux through the AceDataCloud platform.
Generate and edit stunning AI images with Flux models (flux-dev, flux-pro, flux-kontext) directly from Claude, Cursor, or any MCP-compatible client.
| Tool | Description |
|---|---|
flux_generate_image | Generate AI images from a text prompt using Flux. |
flux_edit_image | Edit an existing image using Flux with a text prompt. |
flux_list_models | List all available Flux models and their capabilities. |
flux_list_actions | List all available Flux tools and their use cases. |
flux_get_task | Query the status and result of a Flux image generation task. |
flux_get_tasks_batch | Query multiple Flux image generation tasks at once. |
AceDataCloud hosts a managed MCP server β no local installation required.
Endpoint: https://flux.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth β no API token needed:
https://flux.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
Add to your VS Code MCP config (.vscode/mcp.json):
Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.
Claude Code supports MCP servers natively:
Or add to your project's .mcp.json:
Add to Cline's MCP settings (.cline/mcp_settings.json):
Add to your MCP configuration:
Add to Roo Code MCP settings:
Add to .continue/config.yaml:
Add to Zed's settings (~/.config/zed/settings.json):
If you prefer to run the server on your own machine:
Clients connect with their own Bearer token β the server extracts the token from each request's Authorization header.
| Tool | Description |
|---|---|
flux_generate_image | Generate images from text prompts with model selection |
flux_edit_image | Edit existing images with text instructions |
flux_get_task | Query status of a single generation task |
flux_get_tasks_batch | Query multiple task statuses at once |
flux_list_models | List all available Flux models and capabilities |
flux_list_actions | Show all tools and workflow examples |
| Prompt | Description |
|---|---|
flux_image_generation_guide | Guide for choosing the right tool and model |
flux_prompt_writing_guide | Best practices for writing effective prompts |
flux_workflow_examples | Common workflow patterns and examples |
| Model | Quality | Speed | Size Format | Best For |
|---|---|---|---|---|
flux-dev | Good | Fast | Pixels (256-1440px) | Quick prototyping |
flux-pro | High | Medium | Pixels (256-1440px) | Production use |
flux-kontext-pro | High | Medium | Aspect ratios | Image editing |
flux-kontext-max | Highest | Slower | Aspect ratios | Complex editing |
flux-2-flex | High | Fast | Aspect ratios | Flux 2 balanced quality |
flux-2-pro | Higher | Medium | Aspect ratios | Flux 2 production |
flux-2-max | Highest | Slower | Aspect ratios | Flux 2 maximum quality |
| Variable | Required | Default | Description |
|---|---|---|---|
ACEDATACLOUD_API_TOKEN | Yes (stdio) | β | API token from AceDataCloud |
ACEDATACLOUD_API_BASE_URL | No | https://api.acedata.cloud | API base URL |
ACEDATACLOUD_OAUTH_CLIENT_ID | No | β | OAuth client ID (hosted mode) |
ACEDATACLOUD_PLATFORM_BASE_URL | No | https://platform.acedata.cloud | Platform base URL |
FLUX_REQUEST_TIMEOUT | No | 1800 | Request timeout in seconds |
MCP_SERVER_NAME | No | flux | MCP server name |
LOG_LEVEL | No | INFO | Logging level |
This MCP server uses the AceDataCloud Flux API:
Full API documentation: platform.acedata.cloud
MIT License β see LICENSE for details.
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/mcp-flux-pro)<a href="https://allmcps.com/mcp/mcp-flux-pro"><img src="https://allmcps.com/api/badge/mcp-flux-pro?style=directory" alt="Mcp Flux Pro on AllMCPs" /></a>