Flux MCP
AI Image Generation with Flux - Generate and edit images with Flux models via Ace Data Cloud API
This extension provides a Model Context Protocol (MCP) server for VS Code, enabling AI assistants like GitHub Copilot to interact with Flux directly.
Features
- 6 tools available for AI assistants
- Zero-install: Uses
uvx for automatic package management
- Works with GitHub Copilot, Claude, and other MCP-compatible AI assistants
Prerequisites
- Python 3.10+ with
uvx (from uv) installed
- Ace Data Cloud API Token — Get one at platform.acedata.cloud
Setup
- Install this extension from the VS Code Marketplace
- When prompted, enter your Ace Data Cloud API token
- The MCP server will be available to AI assistants automatically
You can also manually configure the token in your VS Code settings (.vscode/mcp.json):
{
"servers": {
"flux": {
"command": "uvx",
"args": ["mcp-flux-pro"],
"env": {
"ACEDATACLOUD_API_TOKEN": "your-token-here"
}
}
}
}
Links
License
MIT
| |