Flux MCP Server

<picture> <source media="(prefers-color-scheme: dark)" srcset="https://bfl.ai/brand/logotype-white.svg"> <source media="(prefers-color-scheme

Remote serverstreamable-http

What is the Flux MCP MCP server?

. The flux mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.

Its toolset

Everything the assistant can do here goes through one of these:

  • generate_image — Generate 1–8 images in parallel. Covers text-to-image, edits, multi-reference composition, style transfer, inpainting-style edits, and
  • vtoVirtual try-on — dress a person (or pet) in a garment, hat, sunglasses, shoes, bag, or any wearable from a reference image. Preserves face, hair
  • generate_variations — Produce N more images in the same direction as a previous generation (identified by request_id). Defaults to 4, max 8
  • get_history — List recent generations as a thumbnail grid with per-tile Variations / Edit / copy / download actions. Keyset pagination, date filters
  • get_credits — Return your remaining BFL credit balance
  • Models — The full catalog, per-model reference-image limits, and the FLUX Tools (vto) are also exposed as the bfl://models MCP resource

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Flux MCP's toolset — generate_image, vto, generate_variations and 3 more — is a fair guide to whether it matches your workflow. It is maintained by black-forest-labs; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the flux mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
generate_imageGenerate **1–8 images in parallel**. Covers text-to-image, edits, multi-reference composition, style transfer, inpainting-style edits, and outpainting — all through prompts.
vto**Virtual try-on** — dress a person (or pet) in a garment, hat, sunglasses, shoes, bag, or any wearable from a reference image. Preserves face, hair, and pose; only the worn item changes.
generate_variationsProduce N more images **in the same direction** as a previous generation (identified by request_id). Defaults to 4, max 8.
get_historyList recent generations as a **thumbnail grid** with per-tile Variations / Edit / copy / download actions. Keyset pagination, date filters.
get_creditsReturn your remaining BFL credit balance.
ModelsThe full catalog, per-model reference-image limits, and the FLUX Tools (vto) are also exposed as the bfl://models MCP resource.

How to install the Flux MCP MCP server

{
  "mcpServers": {
    "FLUX": {
      "serverUrl": "https://mcp.bfl.ai"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Flux MCP to generate image.
  • Use Flux MCP to vto.
  • Use Flux MCP to generate variations.

Frequently asked questions

It connects Flux MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (generate_image, vto, generate_variations, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Flux MCP directly.