Flux Image Generator
@frankdeno
关于 Flux Image Generator
flux-image-generator-mcp
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"flux-image-generator": {
"command": "mcp-server-flux-image-generator",
"env": {
"BFL_API_KEY": "your_api_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Flux Image Generator?
An MCP server that generates images using Black Forest Lab’s FLUX model. It integrates with MCP clients (e.g., Claude) and requires a Black Forest Lab API key. Aimed at developers and users who want to create AI-generated images with customizable settings.
How to use Flux Image Generator?
Install via npm (npm install -g @modelcontextprotocol/server-flux-image-generator) or from source. Configure your BFL_API_KEY in a .env file or client config. Start the server with npm start. Then invoke its tools (generateImage, quickImage, batchGenerateImages) from an MCP client.
Key features of Flux Image Generator
- Generate images from text prompts with customizable dimensions.
- Optional prompt upsampling for enhanced detail.
- Safety tolerance setting for content moderation (1–5).
- Batch generation of up to 10 images from multiple prompts.
- Saves generated images locally and returns image URLs.
Use cases of Flux Image Generator
- Generate concept art or illustrations for creative projects.
- Quickly produce multiple image variants from a list of prompts.
- Integrate AI image generation into chat or workflow tools via MCP.
- Reproduce results using a fixed random seed.
FAQ from Flux Image Generator
What API key is required?
A Black Forest Lab API key (obtained at https://api.bfl.ml) must be set as the BFL_API_KEY environment variable.
What are the supported image dimensions?
Width and height default to 1024 pixels and can be customized in generateImage and batchGenerateImages.
Can I batch generate images?
Yes, use the batchGenerateImages tool with up to 10 prompts. Each prompt can have different results.
How does content moderation work?
The safetyTolerance parameter (1–5, default 3) controls how strictly the model filters prohibited content. A violation returns an error.
Where are generated images saved?
Images are saved locally (paths shown in responses) and also returned via a temporary image URL from storage.example.com.
开发工具 分类下的更多 MCP 服务器
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App

Sentry
modelcontextprotocolModel Context Protocol Servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
评论