Official Black Forest Labs MCP server for FLUX image generation and editing — text-to-image, image-to-image, and multi-reference editing via the hosted endpoint at mcp.bfl.ai.
Server Config
{
"mcpServers": {
"FLUX": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bfl.ai"
]
}
}
}