Feature Overview
Flux MCP Server offers the following core features:- Text-to-Image Generation — Generate high-quality images from text prompts
- Image Editing — Edit existing images based on text instructions
- Multi-Model Support — Supports various models including Flux Pro, Flux Dev, Flux Schnell, Flux Kontext, etc.
- Model Query — View all available models and their capabilities
- Task Query — Monitor generation progress and retrieve results
Prerequisites
Before use, you need to obtain an AceData Cloud API Token:- Register or log in to the AceData Cloud Platform
- Go to the Flux Images API page
- Click “Acquire” to get the API Token (free quota granted on first application)
Installation and Configuration
Method 1: pip Installation (Recommended)
Method 2: Source Installation
mcp-flux-pro command.
Using in Claude Desktop
Edit the Claude Desktop configuration file:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
uvx (no need to pre-install packages):
Using in VS Code / Cursor
Create.vscode/mcp.json in the project root directory:
uvx:
Available Tools
| Tool Name | Description |
|---|---|
flux_generate_image | Generate images from text prompts |
flux_edit_image | Edit existing images based on text instructions |
flux_get_task | Query the status of a single task |
flux_get_tasks_batch | Batch query task statuses |
flux_list_models | List all available models and their capabilities |
flux_list_actions | List all available tools and workflow examples |
Usage Examples
After configuration, you can directly invoke these features in AI clients using natural language, for example:- “Help me generate a cyberpunk-style city nightscape with Flux”
- “Change the background of this photo to a beach”
- “Use the Flux Kontext Pro model to edit this image and change the clothing color to red”
- “List all available Flux models”
More Information
- GitHub Repository: AceDataCloud/MCPFlux
- PyPI Package: mcp-flux-pro
- API Documentation: Flux Image Generation API

